From 0ed633a0c8a8589a1c5d5efab93b3c06a1e56f9f Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 18 Jun 2022 01:39:12 +0200 Subject: [PATCH] ; * 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 9d27347360b..c167ead1c82 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. -- 2.39.2