diff options
| -rw-r--r-- | lisp/term/w32-win.el | 4 |
1 files changed, 0 insertions, 4 deletions
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 @@ | |||
| 79 | (if (fboundp 'new-fontset) | 79 | (if (fboundp 'new-fontset) |
| 80 | (require 'fontset)) | 80 | (require 'fontset)) |
| 81 | 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 | |||
| 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. |