From da50e4b19ee8265c164ef79866a8af7f8dc15781 Mon Sep 17 00:00:00 2001 From: Oleh Krehel Date: Tue, 22 Jul 2014 14:58:06 +0200 Subject: [PATCH] lisp/calc/calc.el (calc-set-mode-line): remove redundant spaces --- 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 04d852e..aa2646e 100644 --- a/lisp/calc/calc.el +++ b/lisp/calc/calc.el @@ -1701,7 +1701,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" "") -- 1.8.4