]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Wed, 11 Sep 2002 02:03:31 +0000 (02:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 11 Sep 2002 02:03:31 +0000 (02:03 +0000)
lisp/ChangeLog
src/ChangeLog

index 1e10c6701b8561e102e4bc8f3176e35b2e4ede72..86044d801a3c58ebe50e51cc69c55691d1a0e948 100644 (file)
@@ -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.
index 5d3f6cddb889c2e103d765151b4eaf0346c98c61..e322b1c9c3098c1f287b86e3f412cbdf5fb2cdad 100644 (file)
@@ -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.