]> git.eshelyaron.com Git - emacs.git/commit
When bookmark is overwritten, unfontify its previous position
authorChristopher League <league@contrapunctus.net>
Sun, 25 Jul 2021 07:37:36 +0000 (09:37 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 25 Jul 2021 10:23:33 +0000 (12:23 +0200)
commit142961bcdfb202ca3347a085e55c87b164bb2fb9
tree533ef9d2c8d3e83c61f7d832508040e33f29aba3
parent0577bd0cf9aca220c0ecba217ac9a9522ffa990d
When bookmark is overwritten, unfontify its previous position

* lisp/bookmark.el (bookmark-store): When the bookmark-fontify option
is non-nil, setting or jumping to bookmarks will colorize them using
`bookmark-face'.  With this change, overwriting a bookmark will remove
the fontification at its former position (bug#49725).
lisp/bookmark.el