From: Richard M. Stallman Date: Sun, 28 Apr 2002 22:37:24 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~15332 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=43bbe51672094a649bf996fe1675abf789347843;p=emacs.git *** empty log message *** --- 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 + * 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. diff --git a/src/ChangeLog b/src/ChangeLog index 6daf3385579..7eb47dac606 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2002-04-28 Richard M. Stallman + + * 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 * w32proc.c (syms_of_w32proc): Get true file attributes by default.