diff options
| author | Pavel Janík | 2002-01-27 14:19:16 +0000 |
|---|---|---|
| committer | Pavel Janík | 2002-01-27 14:19:16 +0000 |
| commit | a27aa3204e254a9d76c30007fbd3c9f75e6afb96 (patch) | |
| tree | 3faa4d8c95f1267297f579e0205501cdae102f2d | |
| parent | 1acb1b0cbaf55ec627881513692be50335570bf7 (diff) | |
| download | emacs-a27aa3204e254a9d76c30007fbd3c9f75e6afb96.tar.gz emacs-a27aa3204e254a9d76c30007fbd3c9f75e6afb96.zip | |
(menu-bar-showhide-scroll-bar-menu): Quote `window-system'.
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/menu-bar.el | 2 |
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 @@ | |||
| 1 | 2002-01-27 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1 | 2002-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 () |