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
140d6643
Commit
140d6643
authored
Nov 12, 2001
by
Richard M. Stallman
Browse files
Undo unintended change in #if 0 code.
parent
275cffa7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/xterm.c
src/xterm.c
+1
-2
No files found.
src/xterm.c
View file @
140d6643
...
...
@@ -10755,8 +10755,7 @@ XTread_socket (sd, bufp, numchars, expected)
{
if (f == dpyinfo->x_focus_event_frame)
dpyinfo->x_focus_event_frame = 0;
if (dpyinfo->x_focus_event_frame != 0
&& f == dpyinfo->x_focus_frame)
if (f == dpyinfo->x_focus_frame)
x_new_focus_frame (dpyinfo, 0);
}
#endif
...
...
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