From 9fbae679ad59dfc7ea17f20aac73085b494b5512 Mon Sep 17 00:00:00 2001 From: Oleh Krehel Date: Sat, 3 Aug 2019 22:00:40 +0200 Subject: [PATCH] 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 3a9a2804cf2..8e762962735 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" "") -- 2.39.2