(dos_rawgetc): Disable the x-autoselect-window feature,
until its implementation is fixed.
This commit is contained in:
parent
4e0bd469f7
commit
7264f28d8c
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* msdos.c (dos_rawgetc): Disable the x-autoselect-window feature,
|
||||
until its implementation is fixed.
|
||||
|
||||
2002-03-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
|
||||
|
||||
* xfns.c (png_load): Remove unused variable `gamma_str'.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue