changeset 44303:18b7d11bd5a1

Rename x_autoselect_window_p to autoselect_window_p.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 01 Apr 2002 13:46:09 +0000
parents bc30b29aead6
children d783c92fcfb7
files src/msdos.c
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/msdos.c	Mon Apr 01 13:45:27 2002 +0000
+++ b/src/msdos.c	Mon Apr 01 13:46:09 2002 +0000
@@ -1195,9 +1195,9 @@
 
 /* Non-zero means automatically select any window when the mouse
    cursor moves into it.  */
-int x_autoselect_window_p;
-
-/* Last window where we saw the mouse.  Used by x-autoselect-window.  */
+int autoselect_window_p;
+
+/* Last window where we saw the mouse.  Used by autoselect-window.  */
 static Lisp_Object last_mouse_window;
 
 static int mouse_preempted = 0;	/* non-zero when XMenu gobbles mouse events */
@@ -5366,9 +5366,9 @@
 This variable is used only by MSDOS terminals.  */);
   Vdos_unsupported_char_glyph = '\177';
 
-  DEFVAR_BOOL ("x-autoselect-window", &x_autoselect_window_p,
+  DEFVAR_BOOL ("autoselect-window", &autoselect_window_p,
     doc: /* *Non-nil means autoselect window with mouse pointer.  */);
-  x_autoselect_window_p = 0;
+  autoselect_window_p = 0;
 #endif
 #ifndef subprocesses
   DEFVAR_BOOL ("delete-exited-processes", &delete_exited_processes,