Mercurial > emacs
changeset 12209:5537ed125771
(syms_of_xfns): Initialize Vx_no_window_manager. Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 14 Jun 1995 00:45:28 +0000 |
parents | d10ef5c093ce |
children | a74a202e9660 |
files | src/xfns.c |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfns.c Tue Jun 13 23:31:17 1995 +0000 +++ b/src/xfns.c Wed Jun 14 00:45:28 1995 +0000 @@ -4955,7 +4955,12 @@ 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"));