mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; * lisp/doc-view.el (doc-view-bookmark-jump): Fix capitalization.
This commit is contained in:
parent
b79f09d095
commit
0ed633a0c8
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue