]> git.eshelyaron.com Git - emacs.git/commit
Calc: revert to old precedence of '/' in (La)TeX input mode
authorMattias Engdegård <mattiase@acm.org>
Sun, 11 Oct 2020 16:28:39 +0000 (18:28 +0200)
committerMattias Engdegård <mattiase@acm.org>
Tue, 13 Oct 2020 09:29:01 +0000 (11:29 +0200)
commitadd1314195b193f04164cebe558d7a185b61de96
tree92fe20f12c08332c94a2a932009fd61ae836f15d
parent721b8468d28fec84a63bbef9da9f2016670decdc
Calc: revert to old precedence of '/' in (La)TeX input mode

Make the '/' precedence higher than that of '+' and '-' again,
partially reverting fda9b316f84 (bug#43902).

* lisp/calc/calc-lang.el (tex): Change precedence of '/'.
* test/lisp/calc/calc-tests.el (calc-latex-input): New test.
lisp/calc/calc-lang.el
test/lisp/calc/calc-tests.el