Mercurial > emacs
changeset 35753:f00dbc5292a9
(redisplay-dont-pause): Set to t to alleviate display problems.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Wed, 31 Jan 2001 07:47:57 +0000 |
parents | e1d9a16467ae |
children | aa65d4c5972f |
files | lisp/term/w32-win.el |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/term/w32-win.el Wed Jan 31 01:20:04 2001 +0000 +++ b/lisp/term/w32-win.el Wed Jan 31 07:47:57 2001 +0000 @@ -79,6 +79,10 @@ (if (fboundp 'new-fontset) (require 'fontset)) +;; FIXME: this is temporary for v21.1, since many redisplay problems +;; happen if redisplay-dont-pause is nil. +(setq redisplay-dont-pause t) + ;; Because Windows scrollbars look and act quite differently compared ;; with the standard X scroll-bars, we don't try to use the normal ;; scroll bar routines.