From: Eli Zaretskii Date: Fri, 15 Mar 2002 15:30:07 +0000 (+0000) Subject: (dos_rawgetc): Disable the x-autoselect-window feature, X-Git-Tag: ttn-vms-21-2-B4~16153 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7264f28d8cfac78874610b1b63d135431cbcc64b;p=emacs.git (dos_rawgetc): Disable the x-autoselect-window feature, until its implementation is fixed. --- diff --git a/src/ChangeLog b/src/ChangeLog index 2e95ef65e43..0da2af85ed8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2002-03-15 Eli Zaretskii + + * msdos.c (dos_rawgetc): Disable the x-autoselect-window feature, + until its implementation is fixed. + 2002-03-14 Pavel Jan,Bm(Bk * xfns.c (png_load): Remove unused variable `gamma_str'. diff --git a/src/msdos.c b/src/msdos.c index c13ef2abb5c..10d4f7ce5a7 100644 --- a/src/msdos.c +++ b/src/msdos.c @@ -3409,6 +3409,9 @@ dos_rawgetc () 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 @@ dos_rawgetc () } else last_mouse_window = Qnil; +#endif previous_help_echo = help_echo; help_echo = help_echo_object = help_echo_window = Qnil;