diff options
author | Vasilij Schneidermann <mail@vasilij.de> | 2021-02-28 22:25:06 +0100 |
---|---|---|
committer | Vasilij Schneidermann <mail@vasilij.de> | 2021-02-28 22:25:06 +0100 |
commit | 86616b3a2ec9664f5091c312166ae3c9eb05354c (patch) | |
tree | a5c9d94a528392a965fce6f71ecae4515a2237b4 /nov.el | |
parent | 0ece7ccbf79c074a3e4fbad1d1fa06647093f8e4 (diff) |
Add missing autoload
Diffstat (limited to 'nov.el')
-rw-r--r-- | nov.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -830,6 +830,7 @@ Saving is only done if `nov-save-place-file' is set." (position . ,(point)) (handler . nov-bookmark-jump-handler)))) +;;;###autoload (defun nov-bookmark-jump-handler (bmk) "The bookmark handler-function interface for bookmark BMK. |