diff options
| -rw-r--r-- | lisp/term/w32-win.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el index 125fae6f174..df0bdf1c40d 100644 --- a/lisp/term/w32-win.el +++ b/lisp/term/w32-win.el | |||
| @@ -76,6 +76,8 @@ | |||
| 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) | ||
| 80 | (require 'fontset)) | ||
| 79 | 81 | ||
| 80 | ;; Because Windows scrollbars look and act quite differently compared | 82 | ;; Because Windows scrollbars look and act quite differently compared |
| 81 | ;; 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 |