From 63a29a5d08514191a6b24fd65f843209ee40f3dc Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 21 May 2002 21:02:25 +0000 Subject: [PATCH] Add font-core.el. --- lisp/loadup.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/loadup.el b/lisp/loadup.el index e0cb78ef015..fc5bc4305e8 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -125,6 +125,7 @@ (load "window") (load "frame") (load "term/tty-colors") +(load "font-core") (if (fboundp 'frame-face-alist) (progn -- 2.39.5