changeset 69051:c3909e10eb35

Load "fringe" on window systems.
author Kim F. Storm <storm@cua.dk>
date Mon, 20 Feb 2006 22:14:54 +0000
parents c0e9f855475e
children 0c26b31febaf
files lisp/loadup.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/loadup.el	Mon Feb 20 22:14:47 2006 +0000
+++ b/lisp/loadup.el	Mon Feb 20 22:14:54 2006 +0000
@@ -171,6 +171,7 @@
 
 (if (fboundp 'x-create-frame)
     (progn
+      (load "fringe")
       (load "image")
       (load "international/fontset")
       (load "dnd")