emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 8e6c663aea: image-dired: Use full name for bookmark handler type


From: Stefan Kangas
Subject: master 8e6c663aea: image-dired: Use full name for bookmark handler type
Date: Fri, 17 Jun 2022 15:20:17 -0400 (EDT)

branch: master
commit 8e6c663aeadc82b8eff1004633125941c184d1e8
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    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.
---
 lisp/image-dired.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/image-dired.el b/lisp/image-dired.el
index 30bf5ee108..9ceaf1bf73 100644
--- a/lisp/image-dired.el
+++ b/lisp/image-dired.el
@@ -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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]