aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/menu-bar.el
diff options
context:
space:
mode:
authorJuri Linkov <[email protected]>2009-10-15 22:23:11 +0000
committerJuri Linkov <[email protected]>2009-10-15 22:23:11 +0000
commit03fb33cf7576802a484ce9c1bd339c66fa865606 (patch)
treece3113d142538257059d7cac8ac825d2c28eb681 /lisp/menu-bar.el
parentedd6a7338fca5928f7bc352f52769f685ebce95e (diff)
(menu-bar-file-menu): Convert `separator-exit'
to the `menu-item' format.
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r--lisp/menu-bar.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index 5ba4b24f88..0a4fb9381a 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -68,7 +68,7 @@
:help ,(purecopy "Save unsaved buffers, then exit")))
(define-key menu-bar-file-menu [separator-exit]
- (purecopy '("--")))
+ `(menu-item ,(purecopy "--")))
;; Don't use delete-frame as event name because that is a special
;; event.