mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-07 04:10:27 -08:00
(Vmenu_updating_frame): Don't define here.
(syms_of_xmenu): Don't DEFVAR it here.
This commit is contained in:
parent
5c7f735003
commit
4248ca0c2f
1 changed files with 2 additions and 7 deletions
|
|
@ -97,10 +97,10 @@ Boston, MA 02110-1301, USA. */
|
|||
#define FALSE 0
|
||||
#endif /* no TRUE */
|
||||
|
||||
Lisp_Object Vmenu_updating_frame;
|
||||
|
||||
Lisp_Object Qdebug_on_next_call;
|
||||
|
||||
extern Lisp_Object Vmenu_updating_frame;
|
||||
|
||||
extern Lisp_Object Qmenu_bar;
|
||||
|
||||
extern Lisp_Object QCtoggle, QCradio;
|
||||
|
|
@ -3758,11 +3758,6 @@ syms_of_xmenu ()
|
|||
Qdebug_on_next_call = intern ("debug-on-next-call");
|
||||
staticpro (&Qdebug_on_next_call);
|
||||
|
||||
DEFVAR_LISP ("menu-updating-frame", &Vmenu_updating_frame,
|
||||
doc: /* Frame for which we are updating a menu.
|
||||
The enable predicate for a menu command should check this variable. */);
|
||||
Vmenu_updating_frame = Qnil;
|
||||
|
||||
#ifdef USE_X_TOOLKIT
|
||||
widget_id_tick = (1<<16);
|
||||
next_menubar_widget_id = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue