From 51099b4521f9785a82ff32b32b5e47cf2b845deb Mon Sep 17 00:00:00 2001 From: Geoff Voelker Date: Wed, 4 Nov 1998 01:28:04 +0000 Subject: [PATCH] Require fontset. --- lisp/term/w32-win.el | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2