diff options
| author | Geoff Voelker <voelker@cs.washington.edu> | 1998-11-04 01:28:04 +0000 |
|---|---|---|
| committer | Geoff Voelker <voelker@cs.washington.edu> | 1998-11-04 01:28:04 +0000 |
| commit | 51099b4521f9785a82ff32b32b5e47cf2b845deb (patch) | |
| tree | 6d771298a67c506afd0a8136dadb518fb5613642 | |
| parent | ec465548a9c155d5e9a3feabe9f03f257eaecc8c (diff) | |
| download | emacs-51099b4521f9785a82ff32b32b5e47cf2b845deb.tar.gz | |
Require fontset.
| -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 @@ (require 'faces) (require 'select) (require 'menu-bar) +(if (fboundp 'new-fontset) + (require 'fontset)) ;; Because Windows scrollbars look and act quite differently compared ;; with the standard X scroll-bars, we don't try to use the normal |
