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

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

[elpa] externals/substitute df1d0dee11 2/2: Re-indent and bump version f


From: ELPA Syncer
Subject: [elpa] externals/substitute df1d0dee11 2/2: Re-indent and bump version for new package build
Date: Tue, 17 Jan 2023 13:58:22 -0500 (EST)

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

    Re-indent and bump version for new package build
---
 substitute.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/substitute.el b/substitute.el
index e0295d3e72..76f30b92c8 100644
--- a/substitute.el
+++ b/substitute.el
@@ -6,7 +6,7 @@
 ;; Maintainer: Protesilaos Stavrou General Issues 
<~protesilaos/general-issues@lists.sr.ht>
 ;; URL: https://git.sr.ht/~protesilaos/substitute
 ;; Mailing-List: https://lists.sr.ht/~protesilaos/general-issues
-;; Version: 0.1.3
+;; Version: 0.1.4
 ;; Package-Requires: ((emacs "27.1"))
 
 ;; This file is NOT part of GNU Emacs.
@@ -214,7 +214,7 @@ motion."
   (when-let ((targets substitute--last-matches))
     (save-excursion
       (when (listp buffer-undo-list)
-       (push (point) buffer-undo-list))
+        (push (point) buffer-undo-list))
       (save-restriction
         (mapcar (lambda (target)
                   (let ((ps (substitute--beg-end (nth 1 target) (nth 2 
target)))



reply via email to

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