* calc/calc-units.el (calc-quick-units): Use the proper units expression.
This commit is contained in:
parent
cd3466e6a5
commit
6b38973b8e
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ Entries are (SYMBOL EXPR DOC-STRING TEMP-TYPE BASE-UNITS).")
|
|||
(if (math-units-in-expr-p expr nil)
|
||||
(progn
|
||||
(if calc-ensure-consistent-units
|
||||
(math-check-unit-consistency expr units))
|
||||
(math-check-unit-consistency expr (nth pos units)))
|
||||
(calc-enter-result 1 (format "cun%d" num)
|
||||
(math-convert-units expr (nth pos units))))
|
||||
(calc-enter-result 1 (format "*un%d" num)
|
||||
|
|
Loading…
Add table
Reference in a new issue