From: Jason Rumney Date: Sat, 10 Nov 2001 13:36:53 +0000 (+0000) Subject: (redisplay-dont-pause): Don't set. X-Git-Tag: emacs-21.2~333 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4bb9bc7d2bc8a7ad5661ba0bb7c830eb15f77c34;p=emacs.git (redisplay-dont-pause): Don't set. --- diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el index fdb9e1916cf..9cc3d2c0b82 100644 --- a/lisp/term/w32-win.el +++ b/lisp/term/w32-win.el @@ -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.