aboutsummaryrefslogtreecommitdiff
path: root/nov.el
diff options
context:
space:
mode:
authorVasilij Schneidermann <mail@vasilij.de>2024-04-21 23:49:11 +0200
committerVasilij Schneidermann <mail@vasilij.de>2024-04-21 23:49:11 +0200
commit8990212d330e7dec52d00ea23f6f979594a4f052 (patch)
treedb9901488c18fde658164af39392bac5844624b5 /nov.el
parent9b7bef950d68c2518710c480729d6bb6026e9489 (diff)
Fix warning
Diffstat (limited to 'nov.el')
-rw-r--r--nov.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/nov.el b/nov.el
index 9f297bf..499e9e1 100644
--- a/nov.el
+++ b/nov.el
@@ -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)))