(menu-bar-file-menu): Convert `separator-exit'

to the `menu-item' format.
This commit is contained in:
Juri Linkov 2009-10-15 22:23:11 +00:00
parent edd6a7338f
commit 03fb33cf75
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2009-10-15 Juri Linkov <juri@jurta.org>
* menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
to the `menu-item' format.
2009-10-15 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-replace-environment-variables): Do not fail

View file

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