1
0
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:
Pavel Janík 2002-01-27 14:19:16 +00:00
parent 1acb1b0cba
commit a27aa3204e
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

@ -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 ()