From 019e3c1ad315eaadf5b73e15d515cf2d13cba660 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Mon, 11 Jun 2007 22:07:18 +0000 Subject: [PATCH] (syms_of_w32menu): Use DEFSYM macro. --- src/w32menu.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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); -- 2.39.5