comparison lisp/term/w32-win.el @ 40151:1f91376b485b

(redisplay-dont-pause): Don't set.
author Jason Rumney <jasonr@gnu.org>
date Sun, 21 Oct 2001 17:15:18 +0000
parents 853c3674f20a
children ce0c926022b3
comparison
equal deleted inserted replaced
40150:eed2220c99a5 40151:1f91376b485b
76 (require 'faces) 76 (require 'faces)
77 (require 'select) 77 (require 'select)
78 (require 'menu-bar) 78 (require 'menu-bar)
79 (if (fboundp 'new-fontset) 79 (if (fboundp 'new-fontset)
80 (require 'fontset)) 80 (require 'fontset))
81
82 ;; FIXME: this is temporary for v21.1, since many redisplay problems
83 ;; happen if redisplay-dont-pause is nil.
84 (setq redisplay-dont-pause t)
85 81
86 ;; Because Windows scrollbars look and act quite differently compared 82 ;; Because Windows scrollbars look and act quite differently compared
87 ;; with the standard X scroll-bars, we don't try to use the normal 83 ;; with the standard X scroll-bars, we don't try to use the normal
88 ;; scroll bar routines. 84 ;; scroll bar routines.
89 85