emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Fri, 09 May 2003 10:03:52 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.3224 emacs/src/ChangeLog:1.3225
*** emacs/src/ChangeLog:1.3224  Thu May  8 13:49:33 2003
--- emacs/src/ChangeLog Fri May  9 10:03:51 2003
***************
*** 1,3 ****
--- 1,21 ----
+ 2003-05-09  Richard M. Stallman  <address@hidden>
+ 
+       * print.c (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'.
+ 
+       * eval.c (specpdl_ptr): Declare volatile.
+       (unbind_to): Copy the whole binding and decrement specpdl_ptr
+       before doing the work of unbinding it.
+ 
+       * lisp.h (struct specbinding): Declare elements volatile.
+       (specpdl_ptr): Declare volatile.
+ 
+       * Makefile.in (alloca.o): Specify -DDO_BLOCK_INPUT in compiling.
+ 
+       * alloca.c: Test DO_BLOCK_INPUT rather than `emacs'
+       for use of BLOCK_INPUT and inclusion of lisp.h and blockinput.h.
+ 
  2003-05-08  Dave Love  <address@hidden>
  
        * coding.c (Vlast_coding_system_used): Doc fix.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]