projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13fe8a2
)
calc mode line touch up
author
Oleh Krehel
<ohwoeowho@gmail.com>
Sat, 3 Aug 2019 20:00:40 +0000
(22:00 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 3 Aug 2019 20:03:27 +0000
(22:03 +0200)
* lisp/calc/calc.el (calc-set-mode-line): Don't put excessive
white space in mode line (bug#18079).
lisp/calc/calc.el
patch
|
blob
|
history
diff --git
a/lisp/calc/calc.el
b/lisp/calc/calc.el
index 3a9a2804cf261fe52d949becbb482d3a9f96d14c..8e7629627353fae84d11feed3fb8b514acfd480a 100644
(file)
--- 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 %
-14
s"
+ (format "Calc%s%s: %d %s %s"
(if (and calc-embedded-info
(eq (aref calc-embedded-info 1) (current-buffer)))
"Embed" "")