# HG changeset patch # User Gerd Moellmann # Date 996590474 0 # Node ID fb9c902157a4ad6b6d52a01f610bff0d7d28981b # Parent 879c6b736b9f6d4a7e49176c7f8a08db906ca824 *** empty log message *** diff -r 879c6b736b9f -r fb9c902157a4 lisp/ChangeLog --- 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 + * 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. diff -r 879c6b736b9f -r fb9c902157a4 src/ChangeLog --- 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 + + * 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 * keyboard.c (abs): New macro.