aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-06-14 00:45:28 +0000
committerRichard M. Stallman1995-06-14 00:45:28 +0000
commit2d38195d9449cd5f3e224825e7741baaa0b1a636 (patch)
tree759d8fccf6a5dd094b7028515298a42e5a529255 /src
parent155fd027853cb219625e14afa59d942a7a207862 (diff)
downloademacs-2d38195d9449cd5f3e224825e7741baaa0b1a636.tar.gz
emacs-2d38195d9449cd5f3e224825e7741baaa0b1a636.zip
(syms_of_xfns): Initialize Vx_no_window_manager. Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 93d6e78cf38..df0ded50a21 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -4955,7 +4955,12 @@ or when you set the mouse color.");
4955 Vx_cursor_fore_pixel = Qnil; 4955 Vx_cursor_fore_pixel = Qnil;
4956 4956
4957 DEFVAR_LISP ("x-no-window-manager", &Vx_no_window_manager, 4957 DEFVAR_LISP ("x-no-window-manager", &Vx_no_window_manager,
4958 "Non-nil if no X window manager is in use."); 4958 "Non-nil if no X window manager is in use.\n\
4959Emacs doesn't try to figure this out; this is always nil\n\
4960unless you set it to something else.");
4961 /* We don't have any way to find this out, so set it to nil
4962 and maybe the user would like to set it to t. */
4963 Vx_no_window_manager = Qnil;
4959 4964
4960#ifdef USE_X_TOOLKIT 4965#ifdef USE_X_TOOLKIT
4961 Fprovide (intern ("x-toolkit")); 4966 Fprovide (intern ("x-toolkit"));