aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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"));