]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fsignal): Reset handling_signal.
authorGerd Moellmann <gerd@gnu.org>
Wed, 29 Nov 2000 12:21:15 +0000 (12:21 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 29 Nov 2000 12:21:15 +0000 (12:21 +0000)
etc/NEWS
src/ChangeLog
src/eval.c

index 4d7a45bf0f82e2a3f2d379bc920cee6c35e3f643..6ef617ad45b5a972f44747be9faab5669d2a809a 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -42,7 +42,7 @@ lacks unexec, asynchronous processes, and networking support.
 * Changes in Emacs 21.1
 
 ** The new command M-x delete-trailing-whitespace RET will delete the
-traling whitespace within the current restriction.  You can also add
+trailing whitespace within the current restriction.  You can also add
 this function to `write-file-hooks' or `local-write-file-hooks'.
 
 ** When visiting a file with M-x find-file-literally, no newlines will
index 4cb63cb61a644cb728be7ee43876902da8f6751a..0126808493a92cfeb3c26c0db5ac55077d60f9a7 100644 (file)
@@ -1,3 +1,7 @@
+2000-11-29  Gerd Moellmann  <gerd@gnu.org>
+
+       * eval.c (Fsignal): Reset handling_signal.
+
 2000-11-28  Jason Rumney  <jasonr@gnu.org>
 
        * w32menu.c (add_menu_item): Reset menu item text when changing
@@ -5,7 +9,7 @@
 
 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
 
-       * xselect.c (wait_for_property_change): Update copyright.
+       * xselect.c: Update copyright.
 
        * window.c (coordinates_in_window): If on a mode or header line,
        but sufficiently close to its start, return ``on vertical
index f42ebc6979bd9f47757df4c971c136ae2e5e8be2..54ca9eb24b1923e6ccae660220279b82a066997f 100644 (file)
@@ -1349,7 +1349,7 @@ See also the function `condition-case'.")
   extern int display_busy_cursor_p;
   struct backtrace *bp;
 
-  immediate_quit = 0;
+  immediate_quit = handling_signal = 0;
   if (gc_in_progress || waiting_for_input)
     abort ();