*** empty log message ***
This commit is contained in:
parent
5794dd61a0
commit
f95c03c617
2 changed files with 22 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-09-10 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* pcvs-info.el (cvs-check-fileinfo): Don't use boolp.
|
||||
(boolp): Function deleted.
|
||||
|
||||
2002-09-11 Kim F. Storm <storm@cua.dk>
|
||||
|
||||
* kmacro.el (kmacro-call-macro): Rephrase repeat prompt.
|
||||
|
|
|
@ -1,3 +1,20 @@
|
|||
2002-09-10 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* fileio.c (Fdo_auto_save): Catch error making directory.
|
||||
Only call push_message if we need to.
|
||||
At the same time, make an unwind-protect to pop it.
|
||||
Rename local message_p to old_message_p.
|
||||
(do_auto_save_make_dir, do_auto_save_eh): New functions.
|
||||
(do_auto_save_unwind): Don't call pop_message.
|
||||
|
||||
* lisp.h (pop_message_unwind): Renamed from push_message_unwind.
|
||||
|
||||
* keyboard.c (Fexecute_extended_command): Use pop_message_unwind.
|
||||
|
||||
* alloc.c (Fgarbage_collect): Use pop_message_unwind.
|
||||
|
||||
* xdisp.c (pop_message_unwind): Renamed from push_message_unwind.
|
||||
|
||||
2002-09-10 Stefan Monnier <monnier@cs.yale.edu>
|
||||
|
||||
* regex.c (DISCARD_FAILURE_REG_OR_COUNT): Delete.
|
||||
|
|
Loading…
Add table
Reference in a new issue