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

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

[nongnu] elpa/diff-ansi 73a8ba750b: Cleanup: format


From: ELPA Syncer
Subject: [nongnu] elpa/diff-ansi 73a8ba750b: Cleanup: format
Date: Sun, 11 Dec 2022 18:58:30 -0500 (EST)

branch: elpa/diff-ansi
commit 73a8ba750bb0f2147d6c471e6bc9bdfea400360a
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Cleanup: format
---
 diff-ansi.el | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/diff-ansi.el b/diff-ansi.el
index ba9d6786f2..f38f77568b 100644
--- a/diff-ansi.el
+++ b/diff-ansi.el
@@ -736,8 +736,7 @@ Store the result in TARGET-BUF when non-nil."
         (setq end (point))
 
         ;; Postpone activation until the timer can take it's self as an 
argument.
-        (diff-ansi--with-advice #'timer-activate
-          :override (lambda (&rest _) nil)
+        (diff-ansi--with-advice #'timer-activate :override (lambda (&rest _) 
nil)
           (setq diff-ansi--ansi-color-timer (run-at-time 0.0 0.001 nil))
           (timer-set-function
             diff-ansi--ansi-color-timer
@@ -765,7 +764,8 @@ Store the result in TARGET-BUF when non-nil."
     (with-current-buffer (or target-buf (current-buffer))
       (let ((inhibit-read-only t))
         (diff-ansi--with-temp-directory temp-dir
-          :prefix "diff-ansi"
+          :prefix
+          "diff-ansi"
           (with-temp-buffer
             ;; Use the temp buffer.
             (diff-ansi--call-process-pipe-chain
@@ -813,8 +813,7 @@ Store the result in TARGET-BUF when non-nil."
 
 This calls OLD-FN with ARGS."
   (let ((point-begin (point)))
-    (diff-ansi--with-advice #'magit-wash-sequence
-      :override (lambda (&rest _) nil)
+    (diff-ansi--with-advice #'magit-wash-sequence :override (lambda (&rest _) 
nil)
 
       (apply old-fn args)
 



reply via email to

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