]> git.eshelyaron.com Git - emacs.git/commit
Bookmark locations can refer to VC directory buffers (bug#39722)
authorMatthias Meulien <orontee@gmail.com>
Wed, 20 May 2020 22:37:30 +0000 (01:37 +0300)
committerJuri Linkov <juri@linkov.net>
Wed, 20 May 2020 22:37:30 +0000 (01:37 +0300)
commit0bfee4b18be9455e33899178fe4ccf2743ea179b
tree152879fc25f8e4912288805b7fd7feb0937b810d
parent5989432d15feb4439e759d2c0e28233ca22a7604
Bookmark locations can refer to VC directory buffers (bug#39722)

* etc/NEWS: Document feature.
* lisp/vc/vc-dir.el (vc-dir-mode): Set local bookmark-make-record-function.
(bookmark-make-record-default, bookmark-prop-get, bookmark-default-handler)
(bookmark-get-bookmark-record): Declarations.
(vc-dir-bookmark-make-record): Make record used to bookmark a `vc-dir' buffer.
(vc-dir-bookmark-jump): Provides bookmark-jump behavior for a `vc-dir' buffer.
etc/NEWS
lisp/vc/vc-dir.el