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

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

[elpa] externals/substitute e55a121666 25/39: Make minor formatting chan


From: ELPA Syncer
Subject: [elpa] externals/substitute e55a121666 25/39: Make minor formatting change
Date: Mon, 16 Jan 2023 11:58:51 -0500 (EST)

branch: externals/substitute
commit e55a1216666af3fefc42c4289001418152da5d1c
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Make minor formatting change
---
 substitute.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/substitute.el b/substitute.el
index b3023e21d4..e1fde40781 100644
--- a/substitute.el
+++ b/substitute.el
@@ -163,8 +163,8 @@ Pass to it the TARGET and SCOPE arguments."
 (defun substitute--operate (target sub &optional scope)
   "Substitute TARGET with SUB in SCOPE.
 This is the subroutine of `substitute-target' and related."
-  (let ((count)
-        (search-fn (if (eq scope 'above) 're-search-backward 
're-search-forward)))
+  (let ((search-fn (if (eq scope 'above) 're-search-backward 
're-search-forward))
+        count)
     (save-excursion
       (save-restriction
         (substitute--setup-scope target scope)



reply via email to

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