bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#6037: 24.0.50; menu-bar-mode function doesn't toggle


From: Stefan Monnier
Subject: bug#6037: 24.0.50; menu-bar-mode function doesn't toggle
Date: Mon, 26 Apr 2010 13:38:59 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

>>> The menu-bar-mode function is not working as a toggle.
>> See etc/NEWS.
>> If you really want to toggle (I've never seen such a case from Elisp),
>> just do (menu-bar-mode 'toggle).
> Aren't they common in menus?

In that case, they're not called from Elisp, AFAIK.
I.e. it will go through the `interactive' spec which will provide the
`toggle' arg.


        Stefan






reply via email to

[Prev in Thread] Current Thread [Next in Thread]