changeset 38620:fb9c902157a4

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 31 Jul 2001 14:41:14 +0000
parents 879c6b736b9f
children 7f4573a73075
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Jul 31 14:40:50 2001 +0000
+++ b/lisp/ChangeLog	Tue Jul 31 14:41:14 2001 +0000
@@ -1,5 +1,8 @@
 2001-07-31  Gerd Moellmann  <gerd@gnu.org>
 
+	* desktop.el (desktop-save): Bind coding-system-for-write to
+	`emacs-mule' for write-region.
+
 	* delsel.el (delete-selection-pre-hook): Don't set this-command
 	to `ignore' if the region is empty.
 
--- a/src/ChangeLog	Tue Jul 31 14:40:50 2001 +0000
+++ b/src/ChangeLog	Tue Jul 31 14:41:14 2001 +0000
@@ -1,3 +1,8 @@
+2001-07-31  Gerd Moellmann  <gerd@gnu.org>
+
+	* fileio.c (Finsert_file_contents): Don't treat a return value
+	of 0 from emacs_read as an IO error.
+
 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
 
 	* keyboard.c (abs): New macro.