# HG changeset patch # User Kim F. Storm # Date 1097883497 0 # Node ID 6024cd83cb88fae8d73d3488e54117d9ff804344 # Parent 28ba8bb0e67425fdc587b0b396e73a22b7ee47cb (fringe-bitmaps): Only initialize when defined. diff -r 28ba8bb0e674 -r 6024cd83cb88 lisp/fringe.el --- a/lisp/fringe.el Fri Oct 15 23:38:04 2004 +0000 +++ b/lisp/fringe.el Fri Oct 15 23:38:17 2004 +0000 @@ -43,7 +43,8 @@ (defvar fringe-bitmaps) -(unless (get 'left-truncation 'fringe) +(unless (or (not (boundp 'fringe-bitmaps)) + (get 'left-truncation 'fringe)) (let ((bitmaps '(left-truncation right-truncation up-arrow down-arrow continued-line continuation-line