diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index db46fd4b02f..5e89e5d09a1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -10,6 +10,14 @@ 2002-04-28 Richard M. Stallman <rms@gnu.org> + * mail/sendmail.el (mail-recover-1): Decrease non-random-len + by 1 for the newly-readded #. + + * files.el (make-auto-save-file-name): Specify # as suffix + in the non-file-visiting case. + + * subr.el (make-temp-file): New arg SUFFIX. + * filesets.el: New file. * replace.el (occur-accumulate-lines): Avoid incf and decf. |