summaryrefslogtreecommitdiff
path: root/lisp/pdf-isearch.el
diff options
context:
space:
mode:
authorAndreas Politz <politza@hochschule-trier.de>2017-03-01 08:12:09 +0100
committerAndreas Politz <politza@hochschule-trier.de>2017-03-01 08:12:09 +0100
commit7cca03bd2fc534a6b42eafc2afef20099bf83dbf (patch)
tree2fa03f6b6f2eca89a3cdc1f2389199fad988fa79 /lisp/pdf-isearch.el
parent3a32d2420cc40ed864215f75aae4f6d868dc1cd2 (diff)
Delete trailing whitespace
Diffstat (limited to 'lisp/pdf-isearch.el')
-rw-r--r--lisp/pdf-isearch.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/pdf-isearch.el b/lisp/pdf-isearch.el
index 0e6ef81..d0e2129 100644
--- a/lisp/pdf-isearch.el
+++ b/lisp/pdf-isearch.el
@@ -21,7 +21,7 @@
;;; Commentary:
;;
;;; Todo:
-;;
+;;
;; * Add the possibility to limit the search to a range of pages.
(require 'cl-lib)
@@ -281,7 +281,7 @@ This is a Isearch interface function."
(re-search-forward ".")
(re-search-backward ".")))
((and (not pdf-isearch-narrow-to-page)
- (not (pdf-isearch-empty-match-p matches)))
+ (not (pdf-isearch-empty-match-p matches)))
(let ((next-page (pdf-isearch-find-next-matching-page
string pdf-isearch-current-page t)))
(when next-page
@@ -596,7 +596,7 @@ match."
;; Next match of new search closest to the last one.
(pdf-isearch-closest-match
last-match matches forward))))
-
+
(defun pdf-isearch-focus-match-isearch (match)
"Make the image area in MATCH visible in the selected window."
(pdf-util-scroll-to-edges (apply 'pdf-util-edges-union match)))
@@ -653,7 +653,7 @@ The direction in which to look is determined by FORWARD-P.
MATCH should be a list of edges, MATCHES a list of such element;
it is assumed to be ordered with respect to FORWARD-P."
-
+
(cl-check-type match pdf-isearch-match)
(cl-check-type matches (list-of pdf-isearch-match))
(let ((matched (apply 'pdf-util-edges-union match)))
@@ -743,7 +743,7 @@ MATCH-BG LAZY-FG LAZY-BG\)."
;; * ================================================================== *
;; The following isearch-search function is debuggable.
-;;
+;;
(when nil
(defun isearch-search ()
;; Do the search with the current search string.