Mercurial > hg > xemacs-beta
diff src/redisplay.c @ 187:b405438285a2 r20-3b20
Import from CVS: tag r20-3b20
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:56:28 +0200 |
parents | 3d6bfa290dbd |
children | a2f645c6b9f8 |
line wrap: on
line diff
--- a/src/redisplay.c Mon Aug 13 09:55:30 2007 +0200 +++ b/src/redisplay.c Mon Aug 13 09:56:28 2007 +0200 @@ -8229,6 +8229,10 @@ DEFVAR_LISP ("window-system", &Vwindow_system /* A symbol naming the window-system under which Emacs is running, such as `x', or nil if emacs is running on an ordinary terminal. + +Do not use this variable, except for GNU Emacs compatibility, as it +gives wrong values in a multi-device environment. Use `console-type' +instead. */ ); Vwindow_system = Qnil;