changeset 38766:ee92689ae199

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 09 Aug 2001 15:50:33 +0000
parents 7f07f5bca733
children 5889c45fd6ad
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Aug 09 15:50:09 2001 +0000
+++ b/lisp/ChangeLog	Thu Aug 09 15:50:33 2001 +0000
@@ -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.
 
--- a/src/ChangeLog	Thu Aug 09 15:50:09 2001 +0000
+++ b/src/ChangeLog	Thu Aug 09 15:50:33 2001 +0000
@@ -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).