diff options
-rw-r--r-- | nov.el | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1054,8 +1054,7 @@ See also `nov-bookmark-make-record'." (defun nov-imenu-goto-function (_name filename target) "Visit imenu item using FILENAME and TARGET." ;; Make sure file is visited relative to toc file. - (let ((nov-documents-index 0)) - (nov-visit-relative-file filename target))) + (nov-visit-relative-file filename target)) (defun nov-imenu-create-index () "Generate Imenu index." |