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
74c2d1c6
Commit
74c2d1c6
authored
Sep 13, 1999
by
Gerd Moellmann
Browse files
(handle_USR1_signal): Change for Lisp_Object selected_frame.
parent
91fb7e1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/emacs.c
src/emacs.c
+2
-2
No files found.
src/emacs.c
View file @
74c2d1c6
...
...
@@ -196,7 +196,7 @@ handle_USR1_signal (sig)
buf
.
kind
=
user_signal
;
buf
.
code
=
0
;
buf
.
frame_or_window
=
F
selected_frame
()
;
buf
.
frame_or_window
=
selected_frame
;
buf
.
modifiers
=
0
;
buf
.
timestamp
=
0
;
...
...
@@ -213,7 +213,7 @@ handle_USR2_signal (sig)
buf
.
kind
=
user_signal
;
buf
.
code
=
1
;
buf
.
frame_or_window
=
F
selected_frame
()
;
buf
.
frame_or_window
=
selected_frame
;
buf
.
modifiers
=
0
;
buf
.
timestamp
=
0
;
...
...
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