+2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
+ display problems.
+
2001-01-31 Kenichi Handa <handa@etl.go.jp>
* international/mule.el (charset-info): Fix docstring.
(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.