diff options
| author | Geoff Voelker | 1998-11-04 01:28:04 +0000 |
|---|---|---|
| committer | Geoff Voelker | 1998-11-04 01:28:04 +0000 |
| commit | 51099b4521f9785a82ff32b32b5e47cf2b845deb (patch) | |
| tree | 6d771298a67c506afd0a8136dadb518fb5613642 /lisp | |
| parent | ec465548a9c155d5e9a3feabe9f03f257eaecc8c (diff) | |
| download | emacs-51099b4521f9785a82ff32b32b5e47cf2b845deb.tar.gz emacs-51099b4521f9785a82ff32b32b5e47cf2b845deb.zip | |
Require fontset.
Diffstat (limited to 'lisp')
| -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 |