# HG changeset patch # User Juanma Barranquero # Date 1255308743 0 # Node ID 5dc7f749a6845260ef2ee13686972f54fb28c070 # Parent ca0fda145315af0a029958befb5c9164e3304ee8 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item. diff -r ca0fda145315 -r 5dc7f749a684 lisp/ChangeLog --- a/lisp/ChangeLog Mon Oct 12 00:45:10 2009 +0000 +++ b/lisp/ChangeLog Mon Oct 12 00:52:23 2009 +0000 @@ -1,3 +1,7 @@ +2009-10-12 Juanma Barranquero + + * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item. + 2009-10-11 Juri Linkov * files-x.el (read-file-local-variable-value): @@ -22,14 +26,12 @@ (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file) (tramp-smb-handle-file-local-copy) (tramp-smb-handle-make-directory-internal) - (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): The - file name syntax depends on cifs capabilities. - (tramp-smb-handle-file-attributes); Call - `tramp-smb-do-file-attributes-with-stat' if possible. - (tramp-smb-handle-insert-directory): Use posix attributes if - possible. - (tramp-smb-handle-set-file-modes): It is applicable for posix - only. + (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): + The file name syntax depends on cifs capabilities. + (tramp-smb-handle-file-attributes): + Call `tramp-smb-do-file-attributes-with-stat' if possible. + (tramp-smb-handle-insert-directory): Use posix attributes if possible. + (tramp-smb-handle-set-file-modes): It is applicable for posix only. 2009-10-11 Chong Yidong @@ -42,7 +44,7 @@ 2009-10-10 Karl Fogel - * bookmark.el: (bookmark-yank-word, bookmark-insert-current-bookmark): + * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark): Update documentation to refer to the variables documented in r1.135. (Bug#4188) @@ -63,15 +65,15 @@ * calendar/calendar.el (calendar-split-width-threshold): New option. (calendar-basic-setup): Use calendar-split-width-threshold. -2009-10-10 Sascha Wilde - - * cedet/ede/proj-shared.el (ede-proj-makefile-target-name): Use - .la for Automake. +2009-10-10 Sascha Wilde + + * cedet/ede/proj-shared.el (ede-proj-makefile-target-name): + Use .la for Automake. 2009-10-09 Chong Yidong - * cedet/ede/pconf.el (ede-proj-configure-synchronize): Use - "autoreconf -i". Suggested by Andreas Schwab. + * cedet/ede/pconf.el (ede-proj-configure-synchronize): + Use "autoreconf -i". Suggested by Andreas Schwab. 2009-10-09 Juanma Barranquero diff -r ca0fda145315 -r 5dc7f749a684 lisp/menu-bar.el --- a/lisp/menu-bar.el Mon Oct 12 00:45:10 2009 +0000 +++ b/lisp/menu-bar.el Mon Oct 12 00:52:23 2009 +0000 @@ -68,7 +68,7 @@ :help ,(purecopy "Save unsaved buffers, then exit"))) (define-key menu-bar-file-menu [separator-exit] - (purecopy "--")) + (purecopy '("--"))) ;; Don't use delete-frame as event name because that is a special ;; event.