]> git.eshelyaron.com Git - emacs.git/commitdiff
(redisplay-dont-pause): Don't set.
authorJason Rumney <jasonr@gnu.org>
Sun, 21 Oct 2001 17:15:18 +0000 (17:15 +0000)
committerJason Rumney <jasonr@gnu.org>
Sun, 21 Oct 2001 17:15:18 +0000 (17:15 +0000)
lisp/term/w32-win.el

index fdb9e1916cf9694cf37b175050c1d5265d746829..9cc3d2c0b82d4d09f8b55edce6e9d6a25eb8ccfa 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.