summaryrefslogtreecommitdiff
path: root/lisp/pdf-occur.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/pdf-occur.el')
-rw-r--r--lisp/pdf-occur.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/pdf-occur.el b/lisp/pdf-occur.el
index 47bf2d2..ea5fa17 100644
--- a/lisp/pdf-occur.el
+++ b/lisp/pdf-occur.el
@@ -629,9 +629,9 @@ matches linked with PAGE."
(setq pdf-occur-number-of-matches 0)
(setq pdf-occur-search-pages-left
(apply #'+ (mapcar (lambda (elt)
- (1+ (- (cdr (nth 1 elt))
- (car (nth 1 elt)))))
- batches)))))
+ (1+ (- (cdr (nth 1 elt))
+ (car (nth 1 elt)))))
+ batches)))))