mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-10 16:20:17 -08:00
(calc-convert-units, calc-convert-temperature): Remove unnecessary
colons.
This commit is contained in:
parent
567b9191e9
commit
0f3955d99c
2 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
||||||
|
2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
|
||||||
|
|
||||||
|
* calc/calc-units.el (calc-convert-units)
|
||||||
|
(calc-convert-temperature): Remove unnecessary colons.
|
||||||
|
|
||||||
2007-09-26 Bastien Guerry <bzg@altern.org>
|
2007-09-26 Bastien Guerry <bzg@altern.org>
|
||||||
|
|
||||||
* org-export-latex.el (org-export-latex-tables-verbatim): New
|
* org-export-latex.el (org-export-latex-tables-verbatim): New
|
||||||
|
|
|
||||||
|
|
@ -412,7 +412,7 @@ If EXPR is nil, return nil."
|
||||||
"New units")
|
"New units")
|
||||||
(if defunits
|
(if defunits
|
||||||
(concat
|
(concat
|
||||||
" (default: "
|
" (default "
|
||||||
defunits
|
defunits
|
||||||
"): ")
|
"): ")
|
||||||
": "))))
|
": "))))
|
||||||
|
|
@ -484,7 +484,7 @@ If EXPR is nil, return nil."
|
||||||
", new units")
|
", new units")
|
||||||
"New temperature units")
|
"New temperature units")
|
||||||
(if defunits
|
(if defunits
|
||||||
(concat " (default: "
|
(concat " (default "
|
||||||
defunits
|
defunits
|
||||||
"): ")
|
"): ")
|
||||||
": "))))))
|
": "))))))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue