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

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

[nongnu] elpa/diff-ansi 213612dcd8: Cleanup: reformat with updated elisp


From: ELPA Syncer
Subject: [nongnu] elpa/diff-ansi 213612dcd8: Cleanup: reformat with updated elisp-autofmt
Date: Mon, 16 Jan 2023 06:02:01 -0500 (EST)

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

    Cleanup: reformat with updated elisp-autofmt
---
 diff-ansi.el | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/diff-ansi.el b/diff-ansi.el
index 5ba7540966..44109eb7cc 100644
--- a/diff-ansi.el
+++ b/diff-ansi.el
@@ -599,8 +599,7 @@ Optional keywords in KEYWORDS.
     ('delta
      (append
       (list
-       "delta"
-       (format "--width=%d" (window-body-width (get-buffer-window 
(current-buffer)))))
+       "delta" (format "--width=%d" (window-body-width (get-buffer-window 
(current-buffer)))))
       diff-ansi-extra-args-for-delta))
     ('diff-so-fancy (append (list "diff-so-fancy") 
diff-ansi-extra-args-for-diff-so-fancy))
     ('ydiff
@@ -720,8 +719,7 @@ Store the result in TARGET-BUF when non-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
-                                 #'diff-ansi-progressive-highlight-impl
+                                 diff-ansi--ansi-color-timer 
#'diff-ansi-progressive-highlight-impl
                                  (list
                                   (current-buffer)
                                   beg



reply via email to

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