summaryrefslogtreecommitdiff
path: root/lisp/fringe.el
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2004-10-15 23:38:17 +0000
committerKim F. Storm <storm@cua.dk>2004-10-15 23:38:17 +0000
commit356dbc4d0e642fc412f5e93f550424cdf13cab3d (patch)
tree2ba8c72e1a4e538c07ddc144b48cda3e0d4fc836 /lisp/fringe.el
parent6ee4e0e5507f8dd216b6b9e787fa82d61192f885 (diff)
downloademacs-356dbc4d0e642fc412f5e93f550424cdf13cab3d.tar.gz
(fringe-bitmaps): Only initialize when defined.
Diffstat (limited to 'lisp/fringe.el')
-rw-r--r--lisp/fringe.el3
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