]> git.eshelyaron.com Git - emacs.git/commit
Calc: add missing dynamic variable declarations
authorMattias Engdegård <mattiase@acm.org>
Thu, 26 Dec 2019 18:37:10 +0000 (19:37 +0100)
committerMattias Engdegård <mattiase@acm.org>
Thu, 26 Dec 2019 18:37:10 +0000 (19:37 +0100)
commitcd559841537726315d72a303447140f71e34f635
tree144f2d9569876ecadc816192ea5b24ed599ca5b2
parente8aa6f19e99e5de9a3953fef8ae50e2363531b3d
Calc: add missing dynamic variable declarations

* lisp/calc/calc-alg.el (math-simplify-only, calc-simplify-mode)
(math-expand-formulas, calc-poly-div-remainder)
(math-living-dangerously, math-simplifying, calc-angle-mode)
(calc-prefer-frac, math-poly-base-variable):
Declare dynamic variables.
* test/lisp/calc/calc-tests.el (calc-poly-div):
Add test for at least one bug caused by missing declarations.
lisp/calc/calc-alg.el
test/lisp/calc/calc-tests.el