diff src/lisp.h @ 97267:248808aeee3e

fix popup menu selection return (menu.c); add use of popup_activated under NS (nsmenu.m, xdisp.c); improve comments (lisp.h, s/darwin.h); use FORWARD_SIGNAL_TO_MAIN_THREAD (syssignal.h)
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Mon, 04 Aug 2008 16:57:44 +0000
parents 5584d562a3b5
children 76ed169d532c
line wrap: on
line diff
--- a/src/lisp.h	Mon Aug 04 14:39:27 2008 +0000
+++ b/src/lisp.h	Mon Aug 04 16:57:44 2008 +0000
@@ -3332,7 +3332,7 @@
 #endif
 
 #ifdef HAVE_MENUS
-/* Defined in (x|w32)fns.c...  */
+/* Defined in (x|w32)fns.c, nsfns.m...  */
 extern int have_menus_p P_ ((void));
 #endif