# HG changeset patch # User Richard M. Stallman # Date 1020033444 0 # Node ID 89ca36d3bcad6cff2a45aff7564daac51b32a2ec # Parent e0182b284e4258eb6f66820a4e0916343468397d *** empty log message *** diff -r e0182b284e42 -r 89ca36d3bcad lisp/ChangeLog --- 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 + * 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 -r e0182b284e42 -r 89ca36d3bcad src/ChangeLog --- 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 + + * 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.