Mercurial > hg > xemacs-beta
comparison src/redisplay.c @ 50:ee648375d8d6 r19-16b91
Import from CVS: tag r19-16b91
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:56:41 +0200 |
parents | 56c54cf7c5b6 |
children | c0965ff3b039 |
comparison
equal
deleted
inserted
replaced
49:b46643e427ac | 50:ee648375d8d6 |
---|---|
463 #define INHIBIT_REDISPLAY_HOOKS /* #### Until we've thought about | 463 #define INHIBIT_REDISPLAY_HOOKS /* #### Until we've thought about |
464 this more. */ | 464 this more. */ |
465 #ifndef INHIBIT_REDISPLAY_HOOKS | 465 #ifndef INHIBIT_REDISPLAY_HOOKS |
466 /* #### Chuck says: I think this needs more thought. | 466 /* #### Chuck says: I think this needs more thought. |
467 Think about this for 19.14. */ | 467 Think about this for 19.14. */ |
468 /* 19.16: We're still thinking, I guess. -slb */ | |
468 Lisp_Object Vpre_redisplay_hook, Vpost_redisplay_hook; | 469 Lisp_Object Vpre_redisplay_hook, Vpost_redisplay_hook; |
469 Lisp_Object Qpre_redisplay_hook, Qpost_redisplay_hook; | 470 Lisp_Object Qpre_redisplay_hook, Qpost_redisplay_hook; |
470 #endif | 471 #endif |
471 | 472 |
472 int last_display_warning_tick, display_warning_tick; | 473 int last_display_warning_tick, display_warning_tick; |
8207 Emacs's frame display when you reenter Emacs. | 8208 Emacs's frame display when you reenter Emacs. |
8208 It is up to you to set this variable if your terminal can do that. | 8209 It is up to you to set this variable if your terminal can do that. |
8209 */ ); | 8210 */ ); |
8210 no_redraw_on_reenter = 0; | 8211 no_redraw_on_reenter = 0; |
8211 | 8212 |
8212 /* #### This should be removed in 19.14 */ | |
8213 DEFVAR_LISP ("window-system", &Vwindow_system /* | 8213 DEFVAR_LISP ("window-system", &Vwindow_system /* |
8214 A symbol naming the window-system under which Emacs is running, | 8214 A symbol naming the window-system under which Emacs is running, |
8215 such as `x', or nil if emacs is running on an ordinary terminal. | 8215 such as `x', or nil if emacs is running on an ordinary terminal. |
8216 This variable is OBSOLETE and will be removed in a future version. | |
8217 */ ); | 8216 */ ); |
8218 Vwindow_system = Qnil; | 8217 Vwindow_system = Qnil; |
8219 | 8218 |
8220 /* #### Temporary shit until window-system is eliminated. */ | 8219 /* #### Temporary shit until window-system is eliminated. */ |
8221 DEFVAR_LISP ("initial-window-system", &Vinitial_window_system /* | 8220 DEFVAR_LISP ("initial-window-system", &Vinitial_window_system /* |