]> git.eshelyaron.com Git - emacs.git/commitdiff
image-dired: Use full name for bookmark handler type
authorStefan Kangas <stefan@marxist.se>
Fri, 17 Jun 2022 19:14:39 +0000 (21:14 +0200)
committerStefan Kangas <stefan@marxist.se>
Fri, 17 Jun 2022 19:14:39 +0000 (21:14 +0200)
* lisp/image-dired.el (image-dired-bookmark-jump): Use full mode name
for bookmark handler type.

lisp/image-dired.el

index 30bf5ee1086024b269c22b53d9405fe3497800b3..9ceaf1bf734d09f5713606d65a6b67dbe9b249a8 100644 (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")
 \f
 ;;; Obsolete