emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/helm f26fdbc9fe 5/5: Reindent grep next-error fn


From: ELPA Syncer
Subject: [nongnu] elpa/helm f26fdbc9fe 5/5: Reindent grep next-error fn
Date: Wed, 9 Feb 2022 09:06:24 -0500 (EST)

branch: elpa/helm
commit f26fdbc9fe943f389ad2c5e72744c237e3eb9452
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Reindent grep next-error fn
---
 helm-grep.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/helm-grep.el b/helm-grep.el
index 39661e45d7..3e6b228fe2 100644
--- a/helm-grep.el
+++ b/helm-grep.el
@@ -883,7 +883,9 @@ This is the `next-error-function' for `helm-grep-mode'."
                   ((< argp 0) (line-beginning-position))
                   ((> argp 0) (line-end-position))
                   ((point))))
-  (let ((fun (if (> argp 0) #'next-single-property-change 
#'previous-single-property-change)))
+  (let ((fun (if (> argp 0)
+                 #'next-single-property-change
+               #'previous-single-property-change)))
     (helm-aif (funcall fun (point) 'helm-grep-fname)
         (progn (goto-char it) (helm-grep-mode-jump))
       (user-error "No more matches"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]