]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Thu, 9 Aug 2001 15:50:33 +0000 (15:50 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 9 Aug 2001 15:50:33 +0000 (15:50 +0000)
lisp/ChangeLog
src/ChangeLog

index 30da4f370086bb75ba7c43f5cae725687039d735..1194eb9436b0f1a97e11ef5629d9842000bd9dcd 100644 (file)
@@ -1,5 +1,8 @@
 2001-08-09  Gerd Moellmann  <gerd@gnu.org>
 
+       * desktop.el (desktop-save): Don't use concat to form a file
+       name, use expand-file-name.
+
        * mouse.el (mouse-delete-window): Do nothing if frame has just
        one window.
 
index 34e76bbf125dbf3769176307e5ac39453f7cdf4d..396b81c1ebdbb944f1d5187f4454076295517840 100644 (file)
@@ -43,7 +43,7 @@
        (add_command_key): Use larger_vector.
        (read_char_x_menu_prompt): Instead of converting symbol and
        integer events into conses (EVENT . nil), use (EVENT . disabled)
-       which cannot be confused with legal events.
+       which cannot be confused with valid events.
        (read_char): When reading from Vunread_command_events, check for
        events of the form (EVENT . disabled) instead of
        (EVENT . nil).