diff options
Diffstat (limited to 'lisp/fringe.el')
-rw-r--r-- | lisp/fringe.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/fringe.el b/lisp/fringe.el index 07c93d39f40..076ab1c176f 100644 --- a/lisp/fringe.el +++ b/lisp/fringe.el @@ -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 |