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

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

[elpa] externals/parser-generator f338734 303/434: Improved output of pr


From: ELPA Syncer
Subject: [elpa] externals/parser-generator f338734 303/434: Improved output of progress
Date: Mon, 29 Nov 2021 16:00:03 -0500 (EST)

branch: externals/parser-generator
commit f338734d518efd6649a477fbdbfa4d1408cfe841
Author: Christian Johansson <christian@cvj.se>
Commit: Christian Johansson <christian@cvj.se>

    Improved output of progress
---
 parser-generator-lr.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parser-generator-lr.el b/parser-generator-lr.el
index 6837f8c..6e0eaed 100644
--- a/parser-generator-lr.el
+++ b/parser-generator-lr.el
@@ -456,7 +456,7 @@
          marked-count
          (1+ marked-count))
         (message
-         "Progress: %s / %s = %d%%"
+         "Progress: %s / %s = %d%%\n"
          marked-count
          total-count
          (* 100 (/ (float marked-count) (float total-count))))))



reply via email to

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