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

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

[nongnu] elpa/wfnames 8e34c7bb75 18/98: Reindent


From: ELPA Syncer
Subject: [nongnu] elpa/wfnames 8e34c7bb75 18/98: Reindent
Date: Tue, 8 Aug 2023 04:01:13 -0400 (EDT)

branch: elpa/wfnames
commit 8e34c7bb7531e66a5a39ecbb13b262806ccf482d
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Reindent
---
 helm-edit-marked.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/helm-edit-marked.el b/helm-edit-marked.el
index f913cdc91c..ad6cc0b307 100644
--- a/helm-edit-marked.el
+++ b/helm-edit-marked.el
@@ -38,8 +38,8 @@ Special commands:
         (let* ((bol (point-at-bol))
                (eol (point-at-eol))
                (old (get-text-property bol 'old-name))
-              (new  (buffer-substring-no-properties bol eol))
-              ov face)
+               (new (buffer-substring-no-properties bol eol))
+               ov face)
           (setq face `(:background ,(if (file-exists-p new)
                                         "DarkOrange" "LightBlue")))
           (cl-loop for o in (overlays-in bol eol)



reply via email to

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