1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-28 19:42:02 +00:00

(redisplay-dont-pause): Don't set.

This commit is contained in:
Jason Rumney 2001-10-21 17:15:18 +00:00
parent 42bde733cf
commit 1a0b615ab5

View File

@ -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.