From: Jason Rumney Date: Mon, 11 Jun 2007 22:07:18 +0000 (+0000) Subject: (syms_of_w32menu): Use DEFSYM macro. X-Git-Tag: emacs-pretest-23.0.90~8295^2~436 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=019e3c1ad315eaadf5b73e15d515cf2d13cba660;p=emacs.git (syms_of_w32menu): Use DEFSYM macro. --- diff --git a/src/w32menu.c b/src/w32menu.c index ba29c6ae433..4b00b73210d 100644 --- a/src/w32menu.c +++ b/src/w32menu.c @@ -2543,14 +2543,13 @@ DEFUN ("menu-or-popup-active-p", Fmenu_or_popup_active_p, Smenu_or_popup_active_ 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);