aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík2002-01-27 14:19:16 +0000
committerPavel Janík2002-01-27 14:19:16 +0000
commita27aa3204e254a9d76c30007fbd3c9f75e6afb96 (patch)
tree3faa4d8c95f1267297f579e0205501cdae102f2d
parent1acb1b0cbaf55ec627881513692be50335570bf7 (diff)
downloademacs-a27aa3204e254a9d76c30007fbd3c9f75e6afb96.tar.gz
emacs-a27aa3204e254a9d76c30007fbd3c9f75e6afb96.zip
(menu-bar-showhide-scroll-bar-menu): Quote `window-system'.
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/menu-bar.el2
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d0057533bb5..396b666718f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12002-01-27 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 12002-01-27 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 2
3 * menu-bar.el (menu-bar-showhide-scroll-bar-menu): Quote
4 `window-system'.
5
3 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'. 6 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
4 Add Keywords header. Update Commentary section. 7 Add Keywords header. Update Commentary section.
5 Update copyright notice. 8 Update copyright notice.
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index 416832f9454..6234ca873f4 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -524,7 +524,7 @@ Do the same for the keys of the same name."
524 524
525(define-key menu-bar-showhide-menu [showhide-scroll-bar] 525(define-key menu-bar-showhide-menu [showhide-scroll-bar]
526 (list 'menu-item "Scroll-Bar" menu-bar-showhide-scroll-bar-menu 526 (list 'menu-item "Scroll-Bar" menu-bar-showhide-scroll-bar-menu
527 :visible window-system 527 :visible 'window-system
528 :help "Select scroll-bar mode")) 528 :help "Select scroll-bar mode"))
529 529
530(defun showhide-menu-bar () 530(defun showhide-menu-bar ()