emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 9fbae67: calc mode line touch up


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 9fbae67: calc mode line touch up
Date: Sat, 3 Aug 2019 16:03:33 -0400 (EDT)

branch: master
commit 9fbae679ad59dfc7ea17f20aac73085b494b5512
Author: Oleh Krehel <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    calc mode line touch up
    
    * lisp/calc/calc.el (calc-set-mode-line): Don't put excessive
    white space in mode line (bug#18079).
---
 lisp/calc/calc.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el
index 3a9a280..8e76296 100644
--- a/lisp/calc/calc.el
+++ b/lisp/calc/calc.el
@@ -1663,7 +1663,7 @@ See calc-keypad for details."
     (let* ((fmt (car calc-float-format))
           (figs (nth 1 calc-float-format))
           (new-mode-string
-           (format "Calc%s%s: %d %s %-14s"
+           (format "Calc%s%s: %d %s %s"
                    (if (and calc-embedded-info
                              (eq (aref calc-embedded-info 1) (current-buffer)))
                         "Embed" "")



reply via email to

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