[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
- [nongnu] elpa/reformatter 452a99b556 66/81: Add Emacs 28.1 to CI matrix, (continued)
- [nongnu] elpa/reformatter 452a99b556 66/81: Add Emacs 28.1 to CI matrix, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter 394b3a6606 55/81: Add reformatter-temp-file-in-current-directory, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter 576d339aa8 60/81: Add Emacs 27.2 to CI matrix, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter 19582a205e 62/81: Use Emacs > 21 define-minor-mode call convention, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter b57f5d4800 65/81: Merge pull request #33 from bcc32/display-call-process-signal-error-in-buffer, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter 7ba5486696 56/81: Clarify that extension does not include the dot, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter c9cf3f0227 80/81: Merge pull request #42 from purcell/dependabot/github_actions/actions/checkout-4, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter 6c4f35dd2b 81/81: Merge pull request #43 from purcell/dependabot/github_actions/cachix/install-nix-action-23, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter c1410f0c7a 75/81: chore(deps): bump cachix/install-nix-action from 12 to 22, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter edf1c42de8 71/81: Use -buffer suffix when calling reformatter in test, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter 1428ca9e42 70/81: Fix form quoting, and tabs,
ELPA Syncer <=
- [nongnu] elpa/reformatter 84cff54b08 72/81: Merge pull request #36 from kenranunderscore/harden-temp-file-creation, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter 1354f1b9b8 79/81: chore(deps): bump cachix/install-nix-action from 22 to 23, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter af39397957 44/81: Fix CI link, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter bfe3f1c6ec 77/81: Release 0.7, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter f454b179ab 73/81: Add Emacs 28.2 to CI, cut down size of matrix, ELPA Syncer, 2023/09/05