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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
346598f1
Commit
346598f1
authored
Nov 29, 2000
by
Gerd Moellmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(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