comparison src/redisplay.c @ 179:9ad43877534d r20-3b16

Import from CVS: tag r20-3b16
author cvs
date Mon, 13 Aug 2007 09:52:19 +0200
parents 8eaf7971accc
children e121b013d1f0
comparison
equal deleted inserted replaced
178:e703507b8a00 179:9ad43877534d
8257 Emacs's frame display when you reenter Emacs. 8257 Emacs's frame display when you reenter Emacs.
8258 It is up to you to set this variable if your terminal can do that. 8258 It is up to you to set this variable if your terminal can do that.
8259 */ ); 8259 */ );
8260 no_redraw_on_reenter = 0; 8260 no_redraw_on_reenter = 0;
8261 8261
8262 /* #### This should be removed in 19.14 */
8263 DEFVAR_LISP ("window-system", &Vwindow_system /* 8262 DEFVAR_LISP ("window-system", &Vwindow_system /*
8264 A symbol naming the window-system under which Emacs is running, 8263 A symbol naming the window-system under which Emacs is running,
8265 such as `x', or nil if emacs is running on an ordinary terminal. 8264 such as `x', or nil if emacs is running on an ordinary terminal.
8266 This variable is OBSOLETE and will be removed in a future version.
8267 */ ); 8265 */ );
8268 Vwindow_system = Qnil; 8266 Vwindow_system = Qnil;
8269 8267
8270 /* #### Temporary shit until window-system is eliminated. */ 8268 /* #### Temporary shit until window-system is eliminated. */
8271 DEFVAR_LISP ("initial-window-system", &Vinitial_window_system /* 8269 DEFVAR_LISP ("initial-window-system", &Vinitial_window_system /*