summaryrefslogtreecommitdiff
path: root/src/xfns.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-06-14 00:45:28 +0000
committerRichard M. Stallman <rms@gnu.org>1995-06-14 00:45:28 +0000
commit3238fce7ef612126905edd87c49945e73efa6c46 (patch)
tree2251e64b5f5232ca4d771a6a5a740d113b647f4b /src/xfns.c
parent7499f90bfa87c01221d8354f113c05e39ce55dd9 (diff)
downloademacs-3238fce7ef612126905edd87c49945e73efa6c46.tar.gz
(syms_of_xfns): Initialize Vx_no_window_manager. Doc fix.
Diffstat (limited to 'src/xfns.c')
-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.");
Vx_cursor_fore_pixel = Qnil;
DEFVAR_LISP ("x-no-window-manager", &Vx_no_window_manager,
- "Non-nil if no X window manager is in use.");
+ "Non-nil if no X window manager is in use.\n\
+Emacs doesn't try to figure this out; this is always nil\n\
+unless you set it to something else.");
+ /* We don't have any way to find this out, so set it to nil
+ and maybe the user would like to set it to t. */
+ Vx_no_window_manager = Qnil;
#ifdef USE_X_TOOLKIT
Fprovide (intern ("x-toolkit"));