*** empty log message ***

This commit is contained in:
Richard M. Stallman 2002-04-28 22:37:24 +00:00
parent d41eb0aaeb
commit 43bbe51672
2 changed files with 15 additions and 0 deletions

View file

@ -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.

View 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.