summaryrefslogtreecommitdiff
path: root/lisp/image-dired.el
diff options
context:
space:
mode:
authorMatthias Meulien <orontee@gmail.com>2022-02-15 23:39:02 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2022-02-17 12:58:12 +0100
commit7c995264359824cc1aca40ca37201db5ed44e659 (patch)
treebdfc2d4ced04496bf94906f0bc1bf3dd230a37c8 /lisp/image-dired.el
parentc78b3c02a3d5bf250bfc9db34745888da44c1543 (diff)
downloademacs-7c995264359824cc1aca40ca37201db5ed44e659.tar.gz
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.
Diffstat (limited to 'lisp/image-dired.el')
-rw-r--r--lisp/image-dired.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/image-dired.el b/lisp/image-dired.el
index 9b0bbb70df9..d8bd2937db8 100644
--- a/lisp/image-dired.el
+++ b/lisp/image-dired.el
@@ -2792,6 +2792,7 @@ tags to their respective image file. Internal function used by
;; (bookmark-prop-get bookmark 'image-dired-file)
(goto-char (point-min))))
+(put 'image-dired-bookmark-jump 'bookmark-handler-type "Image")
;;; Obsolete