emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ChangeLog menu-bar.el


From: Juanma Barranquero
Subject: [Emacs-diffs] emacs/lisp ChangeLog menu-bar.el
Date: Mon, 12 Oct 2009 00:52:27 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      09/10/12 00:52:26

Modified files:
        lisp           : ChangeLog menu-bar.el 

Log message:
        * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.16407&r2=1.16408
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/menu-bar.el?cvsroot=emacs&r1=1.360&r2=1.361

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.16407
retrieving revision 1.16408
diff -u -b -r1.16407 -r1.16408
--- ChangeLog   11 Oct 2009 23:53:22 -0000      1.16407
+++ ChangeLog   12 Oct 2009 00:52:23 -0000      1.16408
@@ -1,3 +1,7 @@
+2009-10-12  Juanma Barranquero  <address@hidden>
+
+       * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
+
 2009-10-11  Juri Linkov  <address@hidden>
 
        * 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  <address@hidden>
 
@@ -42,7 +44,7 @@
 
 2009-10-10  Karl Fogel  <address@hidden>
 
-       * 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)
 
@@ -65,13 +67,13 @@
 
 2009-10-10  Sascha Wilde <address@hidden>
 
-       * cedet/ede/proj-shared.el (ede-proj-makefile-target-name): Use
-       .la for Automake.
+       * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
+       Use .la for Automake.
 
 2009-10-09  Chong Yidong  <address@hidden>
 
-       * 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  <address@hidden>
 

Index: menu-bar.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/menu-bar.el,v
retrieving revision 1.360
retrieving revision 1.361
diff -u -b -r1.360 -r1.361
--- menu-bar.el 2 Oct 2009 03:48:41 -0000       1.360
+++ menu-bar.el 12 Oct 2009 00:52:26 -0000      1.361
@@ -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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]