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:
parent
d62f94f16a
commit
8e6c663aea
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue