# HG changeset patch # User Eli Zaretskii # Date 1010076746 0 # Node ID 3822dd3de3da64fd510e5f0ade3de0fa055ade3c # Parent 0ae15950ed665fddbf0026806ac3e1a4f49e57d9 *** empty log message *** diff -r 0ae15950ed66 -r 3822dd3de3da lisp/ChangeLog --- a/lisp/ChangeLog Thu Jan 03 16:51:21 2002 +0000 +++ b/lisp/ChangeLog Thu Jan 03 16:52:26 2002 +0000 @@ -1,3 +1,14 @@ +2002-01-03 Eli Zaretskii + + * mail/sendmail.el (mail-recover-1): New function. + (mail-recover): Switch to the *mail* buffer right away. Use + buffer-auto-save-file-name instead of calling + make-auto-save-file-name. Call dired-noselect instead of invoking + `ls' directly. Bind coding-system-for-read to emacs-mule-unix + before reading the auto-save file. If the buffer's auto-save file + does not exist, call mail-recover-1 to allow recovery from past + auto-saved drafts. + 2002-01-03 Pavel Jan,Bm(Bk * time.el (display-time-load-average-threshold): Fix defcustom