emacs-diffs
[Top][All Lists]
Advanced

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

master 0ed633a0c8: ; * lisp/doc-view.el (doc-view-bookmark-jump): Fix ca


From: Stefan Kangas
Subject: master 0ed633a0c8: ; * lisp/doc-view.el (doc-view-bookmark-jump): Fix capitalization.
Date: Sat, 18 Jun 2022 01:02:35 -0400 (EDT)

branch: master
commit 0ed633a0c8a8589a1c5d5efab93b3c06a1e56f9f
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    ; * lisp/doc-view.el (doc-view-bookmark-jump): Fix capitalization.
---
 lisp/doc-view.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/doc-view.el b/lisp/doc-view.el
index 9d27347360..c167ead1c8 100644
--- a/lisp/doc-view.el
+++ b/lisp/doc-view.el
@@ -2260,7 +2260,7 @@ See the command `doc-view-mode' for more information on 
this mode."
     (add-hook 'bookmark-after-jump-hook show-fn-sym)
     (bookmark-default-handler bmk)))
 
-(put 'doc-view-bookmark-jump 'bookmark-handler-type "Docview")
+(put 'doc-view-bookmark-jump 'bookmark-handler-type "DocView")
 
 ;; Obsolete.
 



reply via email to

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