Mercurial > hg > xemacs-beta
diff src/redisplay.c @ 3360:316fddbf58e2
[xemacs-hg @ 2006-04-25 14:01:52 by stephent]
Repair broken commit to Xft code. <87aca9n4in.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Tue, 25 Apr 2006 14:02:09 +0000 |
parents | ad2f4ae9895b |
children | b03fc4eae965 |
line wrap: on
line diff
--- a/src/redisplay.c Mon Apr 24 21:51:11 2006 +0000 +++ b/src/redisplay.c Tue Apr 25 14:02:09 2006 +0000 @@ -470,9 +470,12 @@ where one page is used for Emacs and another for all else. */ int no_redraw_on_reenter; -Lisp_Object Vwindow_system; /* nil or a symbol naming the window system +Lisp_Object Vwindow_system; /* #### this variable is deprecated + nil or a symbol naming the window system under which emacs is running - (`x' is the only current possibility) */ + (`x', `gtk', `mswindows', and `tty' are + supported -- yes, TTYs are window systems + for this purpose. */ Lisp_Object Vinitial_window_system; Lisp_Object Vglobal_mode_string;