From 86616b3a2ec9664f5091c312166ae3c9eb05354c Mon Sep 17 00:00:00 2001 From: Vasilij Schneidermann Date: Sun, 28 Feb 2021 22:25:06 +0100 Subject: Add missing autoload --- nov.el | 1 + 1 file changed, 1 insertion(+) (limited to 'nov.el') diff --git a/nov.el b/nov.el index 459bcc1..aac7c21 100644 --- a/nov.el +++ b/nov.el @@ -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. -- cgit v1.2.3