From e541cbfcaee8e16ddf89f9a2cbf7205171a801fe Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Mon, 20 Feb 2006 22:14:54 +0000 Subject: [PATCH] Load "fringe" on window systems. --- lisp/loadup.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/loadup.el b/lisp/loadup.el index 3cfe2595b24..4f71af7a488 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -171,6 +171,7 @@ (if (fboundp 'x-create-frame) (progn + (load "fringe") (load "image") (load "international/fontset") (load "dnd") -- 2.39.2