changeset 40151:1f91376b485b

(redisplay-dont-pause): Don't set.
author Jason Rumney <jasonr@gnu.org>
date Sun, 21 Oct 2001 17:15:18 +0000
parents eed2220c99a5
children 70666c5c7f94
files lisp/term/w32-win.el
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/term/w32-win.el	Sun Oct 21 16:57:22 2001 +0000
+++ b/lisp/term/w32-win.el	Sun Oct 21 17:15:18 2001 +0000
@@ -79,10 +79,6 @@
 (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.