aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-09-11 02:03:31 +0000
committerRichard M. Stallman <[email protected]>2002-09-11 02:03:31 +0000
commitf95c03c617d539020151e96921a70fd8689b533e (patch)
treebd53e58396fea03f28f20fa55d89c51e13c9d31f
parent5794dd61a086e3e7b008bcac26db1181ec66cb1b (diff)
*** empty log message ***
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog17
2 files changed, 22 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1e10c6701b..86044d801a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2002-09-10 Richard M. Stallman <[email protected]>
+
+ * pcvs-info.el (cvs-check-fileinfo): Don't use boolp.
+ (boolp): Function deleted.
+
2002-09-11 Kim F. Storm <[email protected]>
* kmacro.el (kmacro-call-macro): Rephrase repeat prompt.
diff --git a/src/ChangeLog b/src/ChangeLog
index 5d3f6cddb8..e322b1c9c3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,20 @@
+2002-09-10 Richard M. Stallman <[email protected]>
+
+ * 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 <[email protected]>
* regex.c (DISCARD_FAILURE_REG_OR_COUNT): Delete.