]> git.eshelyaron.com Git - emacs.git/commit
Fix removal of bookmark's fringe mark in Info and Dired
authorEli Zaretskii <eliz@gnu.org>
Mon, 25 Mar 2024 13:51:07 +0000 (15:51 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 27 Mar 2024 20:38:45 +0000 (21:38 +0100)
commit37693e099f3c012d9210657c73ed58d503bd835a
tree0d93909e1498553e3d059e997a2b4d0e673f86a9
parent522e2adb883dffbb6a216a7ede0685ba3df718e8
Fix removal of bookmark's fringe mark in Info and Dired

* lisp/bookmark.el (bookmark-buffer-file-name): Support Info
buffers.
(bookmark--remove-fringe-mark): Call 'bookmark-buffer-file-name'
instead of using 'buffer-file-name', which could be nil.
(Bug#69974)

(cherry picked from commit 7fba25cf5344f5c3507aedf59e6ae099e7662508)
lisp/bookmark.el