Mercurial > emacs
changeset 43934:47a5c54d45e4
(dos_rawgetc): Disable the x-autoselect-window feature,
until its implementation is fixed.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 15 Mar 2002 15:29:42 +0000 |
parents | 3147736a801d |
children | 0b19dc90f9bf |
files | src/msdos.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/msdos.c Fri Mar 15 15:23:15 2002 +0000 +++ b/src/msdos.c Fri Mar 15 15:29:42 2002 +0000 @@ -3409,6 +3409,9 @@ clear_mouse_face (dpyinfo); } +#if 0 + /* Lisp must not be called asynchronously, so this must not + be done. */ if (x_autoselect_window_p) { int mouse_area; @@ -3433,6 +3436,7 @@ } else last_mouse_window = Qnil; +#endif previous_help_echo = help_echo; help_echo = help_echo_object = help_echo_window = Qnil;