diff options
author | Vasilij Schneidermann <mail@vasilij.de> | 2024-04-21 23:49:11 +0200 |
---|---|---|
committer | Vasilij Schneidermann <mail@vasilij.de> | 2024-04-21 23:49:11 +0200 |
commit | 8990212d330e7dec52d00ea23f6f979594a4f052 (patch) | |
tree | db9901488c18fde658164af39392bac5844624b5 /nov.el | |
parent | 9b7bef950d68c2518710c480729d6bb6026e9489 (diff) |
Fix warning
Diffstat (limited to 'nov.el')
-rw-r--r-- | nov.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1015,7 +1015,7 @@ See also `nov-bookmark-make-record'." ;;; multi-isearch interop -(defun nov-misearch-next-buffer (buffer wrap) +(defun nov-misearch-next-buffer (_buffer wrap) (if isearch-forward (cond ((< nov-documents-index (1- (length nov-documents))) |