diff options
| author | Richard M. Stallman | 2003-05-09 14:03:51 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-05-09 14:03:51 +0000 |
| commit | ca2de34225f857715a8b030261f3102005d7b036 (patch) | |
| tree | 7ba2c1d21130183ecddf099212ea340724b4cb0c /src/ChangeLog | |
| parent | 611a8f8c1fd311aa28e94b870e7ec2c2ab059353 (diff) | |
| download | emacs-ca2de34225f857715a8b030261f3102005d7b036.tar.gz emacs-ca2de34225f857715a8b030261f3102005d7b036.zip | |
(Fprin1_to_string): Instead of gcpro, set abort_on_gc.
Bind Qinhibit_modification_hooks to t so there will be no GC.
Rename local `tem' to `save_deactivate_mark'.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b6af51313b6..b58dfb49fa2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2003-05-09 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * print.c (Fprin1_to_string): Instead of gcpro, set abort_on_gc. | ||
| 4 | Bind Qinhibit_modification_hooks to t so there will be no GC. | ||
| 5 | Rename local `tem' to `save_deactivate_mark'. | ||
| 6 | |||
| 7 | * eval.c (specpdl_ptr): Declare volatile. | ||
| 8 | (unbind_to): Copy the whole binding and decrement specpdl_ptr | ||
| 9 | before doing the work of unbinding it. | ||
| 10 | |||
| 11 | * lisp.h (struct specbinding): Declare elements volatile. | ||
| 12 | (specpdl_ptr): Declare volatile. | ||
| 13 | |||
| 14 | * Makefile.in (alloca.o): Specify -DDO_BLOCK_INPUT in compiling. | ||
| 15 | |||
| 16 | * alloca.c: Test DO_BLOCK_INPUT rather than `emacs' | ||
| 17 | for use of BLOCK_INPUT and inclusion of lisp.h and blockinput.h. | ||
| 18 | |||
| 1 | 2003-05-08 Dave Love <fx@gnu.org> | 19 | 2003-05-08 Dave Love <fx@gnu.org> |
| 2 | 20 | ||
| 3 | * coding.c (Vlast_coding_system_used): Doc fix. | 21 | * coding.c (Vlast_coding_system_used): Doc fix. |