diff lisp/menu-bar.el @ 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 5dc7f749a684
children 6b8dce5c4461
line wrap: on
line diff
--- 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.