changeset 105619:00238321fb14

(menu-bar-file-menu): Convert `separator-exit' to the `menu-item' format.
author Juri Linkov <juri@jurta.org>
date Thu, 15 Oct 2009 22:23:11 +0000
parents c9d8852e2d94
children 4b7680ee254c
files lisp/ChangeLog lisp/menu-bar.el
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Oct 15 20:44:36 2009 +0000
+++ b/lisp/ChangeLog	Thu Oct 15 22:23:11 2009 +0000
@@ -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
--- a/lisp/menu-bar.el	Thu Oct 15 20:44:36 2009 +0000
+++ b/lisp/menu-bar.el	Thu Oct 15 22:23:11 2009 +0000
@@ -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.