From: Kim F. Storm Date: Mon, 20 Feb 2006 22:14:54 +0000 (+0000) Subject: Load "fringe" on window systems. X-Git-Tag: emacs-pretest-22.0.90~3990 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e541cbfcaee8e16ddf89f9a2cbf7205171a801fe;p=emacs.git Load "fringe" on window systems. --- 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")