]> git.eshelyaron.com Git - emacs.git/commit
* lisp/calc/calc-alg.el: Use lexical-binding and silence warnings
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 20 Nov 2018 15:37:46 +0000 (10:37 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 20 Nov 2018 15:37:46 +0000 (10:37 -0500)
commite1b2c21b431accc397219b432a76a716acc6dbc2
tree9898cfb69a3d6cece038cca0b3d79f60c7c1fca3
parent5007c23a6d1f05d3270e7247b263f8bc73a211fd
* lisp/calc/calc-alg.el: Use lexical-binding and silence warnings

* lisp/calc/calc-alg.el: Use lexical-binding and silence warnings.
(math-defsimplify): Let-bind 'expr' instead of math-simplify-expr.
Adjust all users.
(math-simplify-expr): Don't declare any more.
(math--simplify-divide-expr): New dynbound var.
(math-simplify-divide): Bind it when needed.
(math-simplify-divisor): Use it instead of math-simplify-expr.
(math-simplify-divisor): Only bind math-simplify-divisor-[nd]over
around the calls to math-simplify-one-divisor.
(math-expr-subst, math-is-polynomial): Don't use dynbound vars as
formal arguments.
(math-polynomial-base): Move binding of math-poly-base-pred.
Don't bind math-poly-base-top-expr any more...
* lisp/calc/calc-poly.el (math-total-polynomial-base): Bind it here instead!

* lisp/calc/calc-units.el: Use lexical-binding and silence warnings.
Adjust to the new 'expr' name in math-defsimplify.
(math-find-base-units, math-to-standard-units, math-convert-units):
Don't use dynbound vars as formal arguments.
(math-simplify-expr): Don't declare any more.
lisp/calc/calc-alg.el
lisp/calc/calc-ext.el
lisp/calc/calc-poly.el
lisp/calc/calc-units.el