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

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

[nongnu] elpa/reformatter 1428ca9e42 70/81: Fix form quoting, and tabs


From: ELPA Syncer
Subject: [nongnu] elpa/reformatter 1428ca9e42 70/81: Fix form quoting, and tabs
Date: Tue, 5 Sep 2023 04:03:39 -0400 (EDT)

branch: elpa/reformatter
commit 1428ca9e42ce42f4ab3832a9e819ea6c37c79cb6
Author: Steve Purcell <steve@sanityinc.com>
Commit: GitHub <noreply@github.com>

    Fix form quoting, and tabs
---
 reformatter.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/reformatter.el b/reformatter.el
index 1289f7c5f9..769d729530 100644
--- a/reformatter.el
+++ b/reformatter.el
@@ -111,10 +111,10 @@ the `reformatter-define' macro."
                  (retcode
                   (condition-case e
                       (apply 'call-process program
-                                  (when stdin input-file)
-                                  (list (list :file stdout-file) stderr-file)
-                                  nil
-                                  args)
+                             (when stdin input-file)
+                             (list (list :file stdout-file) stderr-file)
+                             nil
+                             args)
                     (error e))))
             (with-current-buffer error-buffer
               (let ((inhibit-read-only t))
@@ -277,7 +277,7 @@ DISPLAY-ERRORS, shows a buffer if the formatting fails."
          (interactive "rp")
          (let ((input-file ,(if input-file
                                 input-file
-                              (reformatter--make-temp-file name))))
+                              `(reformatter--make-temp-file ',name))))
            ;; Evaluate args with input-file bound
            (unwind-protect
                (progn



reply via email to

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