changeset 90920:b3ae82a0a4fd

(syms_of_w32menu): Use DEFSYM macro.
author Jason Rumney <jasonr@gnu.org>
date Mon, 11 Jun 2007 22:07:18 +0000
parents 2f257010ddd5
children 47c076d206e6
files src/w32menu.c
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32menu.c	Mon Jun 11 22:03:48 2007 +0000
+++ b/src/w32menu.c	Mon Jun 11 22:07:18 2007 +0000
@@ -2543,14 +2543,13 @@
 
 void syms_of_w32menu ()
 {
-	globals_of_w32menu ();
+  globals_of_w32menu ();
   staticpro (&menu_items);
   menu_items = Qnil;
 
   current_popup_menu = NULL;
 
-  Qdebug_on_next_call = intern ("debug-on-next-call");
-  staticpro (&Qdebug_on_next_call);
+  DEFSYM (Qdebug_on_next_call, "debug-on-next-call");
 
   defsubr (&Sx_popup_menu);
   defsubr (&Smenu_or_popup_active_p);