Mercurial > emacs
changeset 43700:2388863b284b
(read_filtered_event): Do not call start_hourglass before returning.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Mon, 04 Mar 2002 09:27:58 +0000 |
parents | 31640016ebe2 |
children | 5f79f8210ef4 |
files | src/lread.c |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lread.c Mon Mar 04 09:26:18 2002 +0000 +++ b/src/lread.c Mon Mar 04 09:27:58 2002 +0000 @@ -485,10 +485,15 @@ 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; }