]> git.eshelyaron.com Git - emacs.git/commit
Fix bug where bookmark-jump used (point), not (point-at-bol)
authorCampbell Barton <ideasman42@gmail.com>
Thu, 30 Dec 2021 06:20:45 +0000 (17:20 +1100)
committerEli Zaretskii <eliz@gnu.org>
Thu, 30 Dec 2021 07:03:40 +0000 (09:03 +0200)
commit1e3076e2dbddaeb8cf678a9bfb30b7d269de1479
tree891f08c2a80a51103c2ffe9902f787e1112a8230
parent06545bc0cc533b1abd831dd521df5f3369675d61
Fix bug where bookmark-jump used (point), not (point-at-bol)

This matches changes from e852822f3db469c985bf022651f184d6ff2c518a,
regression in 7fe88446c30279285e3171091189b3d1af697c05.
* lisp/bookmark.el (bookmark--jump-via): Look at overlays at BOL.
Otherwise the fringe bookmark indication is not deleted with the
bookmark.

Copyright-paperwork-exempt: yes
lisp/bookmark.el