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

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

[nongnu] elpa/diff-ansi 44b52d6345 1/2: Cleanup: format


From: ELPA Syncer
Subject: [nongnu] elpa/diff-ansi 44b52d6345 1/2: Cleanup: format
Date: Mon, 12 Dec 2022 06:58:39 -0500 (EST)

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

    Cleanup: format
---
 diff-ansi.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/diff-ansi.el b/diff-ansi.el
index f38f77568b..8aeeb0c72d 100644
--- a/diff-ansi.el
+++ b/diff-ansi.el
@@ -703,8 +703,7 @@ Argument BEG is only used to calculate the progress 
percentage."
                       (when diff-ansi-verbose-progress
                         (let ((message-log-max nil))
                           (message "diff-ansi: %2d%% complete"
-                            (min
-                              (/ (* 100 (- disp-beg-next beg)) (- end-next 
beg))
+                            (min (/ (* 100 (- disp-beg-next beg)) (- end-next 
beg))
                               ;; Never show 100 because there is work left to 
do,
                               ;; actual completion will hide the message.
                               99)))))))))



reply via email to

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