Mercurial > emacs
comparison src/ChangeLog @ 47395:97c7b4d723f9
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 11 Sep 2002 02:03:31 +0000 |
parents | e1977f5ec554 |
children | eb9a3f38650c |
comparison
equal
deleted
inserted
replaced
47394:e48ab1d671be | 47395:97c7b4d723f9 |
---|---|
1 2002-09-10 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * fileio.c (Fdo_auto_save): Catch error making directory. | |
4 Only call push_message if we need to. | |
5 At the same time, make an unwind-protect to pop it. | |
6 Rename local message_p to old_message_p. | |
7 (do_auto_save_make_dir, do_auto_save_eh): New functions. | |
8 (do_auto_save_unwind): Don't call pop_message. | |
9 | |
10 * lisp.h (pop_message_unwind): Renamed from push_message_unwind. | |
11 | |
12 * keyboard.c (Fexecute_extended_command): Use pop_message_unwind. | |
13 | |
14 * alloc.c (Fgarbage_collect): Use pop_message_unwind. | |
15 | |
16 * xdisp.c (pop_message_unwind): Renamed from push_message_unwind. | |
17 | |
1 2002-09-10 Stefan Monnier <monnier@cs.yale.edu> | 18 2002-09-10 Stefan Monnier <monnier@cs.yale.edu> |
2 | 19 |
3 * regex.c (DISCARD_FAILURE_REG_OR_COUNT): Delete. | 20 * regex.c (DISCARD_FAILURE_REG_OR_COUNT): Delete. |
4 (CHECK_INFINITE_LOOP): Don't pop anything: just set `cycle' to 1. | 21 (CHECK_INFINITE_LOOP): Don't pop anything: just set `cycle' to 1. |
5 (re_match_2_internal): Be more careful with infinite loops. | 22 (re_match_2_internal): Be more careful with infinite loops. |