(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>
|
||||
|
||||
* org-export-latex.el (org-export-latex-tables-verbatim): New
|
||||
|
|
|
@ -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
|
||||
"): ")
|
||||
": "))))))
|
||||
|
|
Loading…
Add table
Reference in a new issue