Mercurial > emacs
changeset 44948:89ca36d3bcad
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 28 Apr 2002 22:37:24 +0000 |
parents | e0182b284e42 |
children | 14b7be04307c |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Apr 28 22:35:54 2002 +0000 +++ b/lisp/ChangeLog Sun Apr 28 22:37:24 2002 +0000 @@ -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.
--- a/src/ChangeLog Sun Apr 28 22:35:54 2002 +0000 +++ b/src/ChangeLog Sun Apr 28 22:37:24 2002 +0000 @@ -1,3 +1,10 @@ +2002-04-28 Richard M. Stallman <rms@gnu.org> + + * minibuf.c (Fall_completions, Ftry_completion): New arg to Fcommandp. + + * eval.c (Fcommandp): New arg for_call_interactively. + * lisp.h (Fcommandp): Declare new arg. + 2002-04-28 Jason Rumney <jasonr@gnu.org> * w32proc.c (syms_of_w32proc): Get true file attributes by default.