]> git.eshelyaron.com Git - emacs.git/commitdiff
(redisplay-dont-pause): Set to t to alleviate display problems.
authorEli Zaretskii <eliz@gnu.org>
Wed, 31 Jan 2001 07:49:43 +0000 (07:49 +0000)
committerEli Zaretskii <eliz@gnu.org>
Wed, 31 Jan 2001 07:49:43 +0000 (07:49 +0000)
lisp/ChangeLog
lisp/term/w32-win.el

index 512e8c05a1a378c8bda26d145a8470738a67bb62..19bbeb308b2ebbfda55560fef36662cca35b2fee 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 71e7f56256b3a62d1634046b36b6af62c41b1d33..17411a6f0b6a095d89bf1258d34ee82f4940bb3b 100644 (file)
 (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.