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
67868d27
Commit
67868d27
authored
Mar 04, 2002
by
Pavel Janík
Browse files
(read_filtered_event): Do not call start_hourglass before returning.
parent
74899579
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/lread.c
src/lread.c
+5
-0
No files found.
src/lread.c
View file @
67868d27
...
...
@@ -485,10 +485,15 @@ read_filtered_event (no_switch_frame, ascii_required, error_nonascii,
if
(
!
NILP
(
delayed_switch_frame
))
unread_switch_frame
=
delayed_switch_frame
;
#if 0
#ifdef HAVE_WINDOW_SYSTEM
if (display_hourglass_p)
start_hourglass ();
#endif
#endif
return
val
;
}
...
...
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