From: Jay Belanger Date: Wed, 26 Sep 2007 06:00:47 +0000 (+0000) Subject: (calc-convert-units, calc-convert-temperature): Remove unnecessary X-Git-Tag: emacs-pretest-23.0.90~10610 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0f3955d99ce7d1b50bfc8b7b5a5152d871f9e44c;p=emacs.git (calc-convert-units, calc-convert-temperature): Remove unnecessary colons. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index aa6c1a1cbf8..1c8bc602b99 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-09-26 Jay Belanger + + * calc/calc-units.el (calc-convert-units) + (calc-convert-temperature): Remove unnecessary colons. + 2007-09-26 Bastien Guerry * org-export-latex.el (org-export-latex-tables-verbatim): New diff --git a/lisp/calc/calc-units.el b/lisp/calc/calc-units.el index 14ab00791d3..839bac77581 100644 --- a/lisp/calc/calc-units.el +++ b/lisp/calc/calc-units.el @@ -412,7 +412,7 @@ If EXPR is nil, return nil." "New units") (if defunits (concat - " (default: " + " (default " defunits "): ") ": ")))) @@ -484,7 +484,7 @@ If EXPR is nil, return nil." ", new units") "New temperature units") (if defunits - (concat " (default: " + (concat " (default " defunits "): ") ": "))))))