]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sun, 28 Apr 2002 22:37:24 +0000 (22:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 28 Apr 2002 22:37:24 +0000 (22:37 +0000)
lisp/ChangeLog
src/ChangeLog

index db46fd4b02fa811eee6538e89b974d07e15dddd7..5e89e5d09a10a5d07f1dcdb0b60c1d21a29d106c 100644 (file)
 
 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.
index 6daf3385579f9777ebd5bdbc68010b6a902da9c3..7eb47dac606b1b7c476c8fdb5e84554435311c1f 100644 (file)
@@ -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.