Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/redisplay.c Mon Aug 13 08:56:06 2007 +0200 +++ b/src/redisplay.c Mon Aug 13 08:56:41 2007 +0200 @@ -465,6 +465,7 @@ #ifndef INHIBIT_REDISPLAY_HOOKS /* #### Chuck says: I think this needs more thought. Think about this for 19.14. */ +/* 19.16: We're still thinking, I guess. -slb */ Lisp_Object Vpre_redisplay_hook, Vpost_redisplay_hook; Lisp_Object Qpre_redisplay_hook, Qpost_redisplay_hook; #endif @@ -8209,11 +8210,9 @@ */ ); no_redraw_on_reenter = 0; - /* #### This should be removed in 19.14 */ 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. -This variable is OBSOLETE and will be removed in a future version. */ ); Vwindow_system = Qnil;