image-dired: Use full name for bookmark handler type

* lisp/image-dired.el (image-dired-bookmark-jump): Use full mode name
for bookmark handler type.
This commit is contained in:
Stefan Kangas 2022-06-17 21:14:39 +02:00
parent d62f94f16a
commit 8e6c663aea

View file

@ -2795,7 +2795,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")
(put 'image-dired-bookmark-jump 'bookmark-handler-type "Image-Dired")
;;; Obsolete