* 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
+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
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
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 ();