]> git.eshelyaron.com Git - emacs.git/commit
Extend bookmark menu with with handler type column
authorMatthias Meulien <orontee@gmail.com>
Tue, 15 Feb 2022 22:39:02 +0000 (23:39 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 17 Feb 2022 11:58:12 +0000 (12:58 +0100)
commit7c995264359824cc1aca40ca37201db5ed44e659
treebdfc2d4ced04496bf94906f0bc1bf3dd230a37c8
parentc78b3c02a3d5bf250bfc9db34745888da44c1543
Extend bookmark menu with with handler type column

* lisp/bookmark.el (bookmark-bmenu--revert): Extend table entries with
handler type.
(bookmark-bmenu-mode): Add handler type column.
* lisp/doc-view.el (doc-view-bookmark-jump): Set bookmark handler type.
* lisp/help-mode.el (help-bookmark-jump): Set bookmark handler type.
* lisp/image-dired.el (image-dired-bookmark-jump): Set bookmark handler type.
* lisp/info.el (Info-bookmark-jump): Set bookmark handler type.
* lisp/net/eww.el (eww-bookmark-jump): Set bookmark handler type.
* lisp/vc/vc-dir.el (vc-dir-bookmark-jump): Set bookmark handler type.
* lisp/woman.el (woman-bookmark-jump): Set bookmark handler type.
lisp/bookmark.el
lisp/doc-view.el
lisp/help-mode.el
lisp/image-dired.el
lisp/info.el
lisp/net/eww.el
lisp/vc/vc-dir.el
lisp/woman.el