From 4ba343984f1ea2bc87493339a315e13ba1410d28 Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Wed, 28 Jan 2015 21:37:24 -0600 Subject: [PATCH] * lisp/calc/calc-units.el (calc-convert-exact-units): Improve the simplification. --- lisp/calc/calc-units.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/calc/calc-units.el b/lisp/calc/calc-units.el index 33cbcac7a2d..f3d02340fe3 100644 --- a/lisp/calc/calc-units.el +++ b/lisp/calc/calc-units.el @@ -544,7 +544,7 @@ If COMP or STD is non-nil, put that in the units table instead." (let ((res (list '* (math-mul (math-remove-units expr) (math-simplify-units - (list '/ old-units units))) + (math-to-standard-units (list '/ old-units units) nil))) units))) (calc-enter-result 1 "cvxu" res)))))) -- 2.39.2