(menu-bar-file-menu): Convert `separator-exit'
to the `menu-item' format.
This commit is contained in:
parent
edd6a7338f
commit
03fb33cf75
2 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue