diff src/gui-x.c @ 20:859a2309aef8 r19-15b93

Import from CVS: tag r19-15b93
author cvs
date Mon, 13 Aug 2007 08:50:05 +0200
parents 0293115a14e9
children 8eaf7971accc
line wrap: on
line diff
--- a/src/gui-x.c	Mon Aug 13 08:49:44 2007 +0200
+++ b/src/gui-x.c	Mon Aug 13 08:50:05 2007 +0200
@@ -216,11 +216,11 @@
   free_widget_value (wv);
 }
 
-DEFUN ("popup-up-p", Fpopup_up_p, Spopup_up_p, 0, 0, 0 /*
+DEFUN ("popup-up-p", Fpopup_up_p, 0, 0, 0, /*
 Return t if a popup menu or dialog box is up, nil otherwise.
 See `popup-menu' and `popup-dialog-box'.
-*/ )
-     ()
+*/
+       ())
 {
   return popup_up_p ? Qt : Qnil;
 }
@@ -594,7 +594,7 @@
 syms_of_gui_x (void)
 {
 #ifdef HAVE_POPUPS
-  defsubr (&Spopup_up_p);
+  DEFSUBR (Fpopup_up_p);
   defsymbol (&Qmenu_no_selection_hook, "menu-no-selection-hook");
 #endif
 }