diff src/gui-x.c @ 284:558f606b08ae r21-0b40

Import from CVS: tag r21-0b40
author cvs
date Mon, 13 Aug 2007 10:34:13 +0200
parents 7df0dd720c89
children 57709be46d1b
line wrap: on
line diff
--- a/src/gui-x.c	Mon Aug 13 10:33:19 2007 +0200
+++ b/src/gui-x.c	Mon Aug 13 10:34:13 2007 +0200
@@ -260,7 +260,8 @@
       arg = Qmenu_no_selection_hook;
     }
   else if (SYMBOLP (data)
-	   /* poor man's commandp */
+	   /* poor man's commandp
+	      #### should abstract it out! */
 	   || (COMPILED_FUNCTIONP (data)
 	       && XCOMPILED_FUNCTION (data)->flags.interactivep)
 	   || (EQ (XCAR (data), Qlambda)