Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
346598f1
Commit
346598f1
authored
Nov 29, 2000
by
Gerd Moellmann
Browse files
(Fsignal): Reset handling_signal.
parent
9c6a4107
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
etc/NEWS
etc/NEWS
+1
-1
src/ChangeLog
src/ChangeLog
+5
-1
src/eval.c
src/eval.c
+1
-1
No files found.
etc/NEWS
View file @
346598f1
...
...
@@ -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
tra
i
ling 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
...
...
src/ChangeLog
View file @
346598f1
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
...
...
src/eval.c
View file @
346598f1
...
...
@@ -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
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment