mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
(menu-bar-showhide-scroll-bar-menu): Quote `window-system'.
This commit is contained in:
parent
1acb1b0cba
commit
a27aa3204e
@ -1,5 +1,8 @@
|
||||
2002-01-27 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
|
||||
|
||||
* menu-bar.el (menu-bar-showhide-scroll-bar-menu): Quote
|
||||
`window-system'.
|
||||
|
||||
* tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
|
||||
Add Keywords header. Update Commentary section.
|
||||
Update copyright notice.
|
||||
|
@ -524,7 +524,7 @@ Do the same for the keys of the same name."
|
||||
|
||||
(define-key menu-bar-showhide-menu [showhide-scroll-bar]
|
||||
(list 'menu-item "Scroll-Bar" menu-bar-showhide-scroll-bar-menu
|
||||
:visible window-system
|
||||
:visible 'window-system
|
||||
:help "Select scroll-bar mode"))
|
||||
|
||||
(defun showhide-menu-bar ()
|
||||
|
Loading…
Reference in New Issue
Block a user