From 43bbe51672094a649bf996fe1675abf789347843 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 28 Apr 2002 22:37:24 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 8 ++++++++ src/ChangeLog | 7 +++++++ 2 files changed, 15 insertions(+) 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. -- 2.39.5