Mercurial > emacs
changeset 84936:9f0f3499c174
(calc-convert-units, calc-convert-temperature): Remove unnecessary
colons.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Wed, 26 Sep 2007 05:59:01 +0000 |
parents | ebee84b43885 |
children | 6e57b9dfb08e |
files | lisp/calc/calc-units.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calc/calc-units.el Wed Sep 26 05:33:28 2007 +0000 +++ b/lisp/calc/calc-units.el Wed Sep 26 05:59:01 2007 +0000 @@ -412,7 +412,7 @@ "New units") (if defunits (concat - " (default: " + " (default " defunits "): ") ": ")))) @@ -484,7 +484,7 @@ ", new units") "New temperature units") (if defunits - (concat " (default: " + (concat " (default " defunits "): ") ": "))))))