mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-30 09:00:31 -08:00
(syms_of_msdos): Fix last change with mouse_autoselect_window.
This commit is contained in:
parent
2cfd19d446
commit
db4a142aa8
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2002-04-03 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* msdos.c (syms_of_msdos): Fix last change with
|
||||
mouse_autoselect_window.
|
||||
|
||||
2002-04-03 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
|
||||
|
||||
* w32term.c, xterm.c, msdos.c: Rename autoselect_window_p to
|
||||
|
|
|
|||
|
|
@ -5368,7 +5368,7 @@ This variable is used only by MSDOS terminals. */);
|
|||
|
||||
DEFVAR_BOOL ("mouse-autoselect-window", &mouse_autoselect_window,
|
||||
doc: /* *Non-nil means autoselect window with mouse pointer. */);
|
||||
mouse_autoselect_window_p = 0;
|
||||
mouse_autoselect_window = 0;
|
||||
#endif
|
||||
#ifndef subprocesses
|
||||
DEFVAR_BOOL ("delete-exited-processes", &delete_exited_processes,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue