From: Oleh Krehel Date: Sat, 3 Aug 2019 20:00:40 +0000 (+0200) Subject: calc mode line touch up X-Git-Tag: emacs-27.0.90~1724 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9fbae679ad59dfc7ea17f20aac73085b494b5512;p=emacs.git calc mode line touch up * lisp/calc/calc.el (calc-set-mode-line): Don't put excessive white space in mode line (bug#18079). --- 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" "")