summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/bookmark.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/bookmark.el b/lisp/bookmark.el
index 719fc98f768..0a079482ca9 100644
--- a/lisp/bookmark.el
+++ b/lisp/bookmark.el
@@ -459,8 +459,9 @@ In other words, return all information but the name."
(defun bookmark--set-fringe-mark ()
"Apply a colorized overlay to the bookmarked location.
See user option `bookmark-set-fringe-mark'."
- (let ((bm (make-overlay (point-at-bol) (point-at-bol))))
+ (let ((bm (make-overlay (point-at-bol) (1+ (point-at-bol)))))
(overlay-put bm 'category 'bookmark)
+ (overlay-put bm 'evaporate t)
(overlay-put bm 'before-string
(propertize
"x" 'display