]> git.eshelyaron.com Git - emacs.git/commit
Missing dynamic variable declarations in Calc
authorMattias Engdegård <mattiase@acm.org>
Tue, 19 Jan 2021 10:43:25 +0000 (11:43 +0100)
committerMattias Engdegård <mattiase@acm.org>
Tue, 19 Jan 2021 15:11:51 +0000 (16:11 +0100)
commit297edbebec5eaf2924f65bd2015b65d16cbf9254
treef109491e59b806b3e4c08a92e5326c0c4a961504
parent3b731b123d11e4c13e2dd16b336b146081f94a30
Missing dynamic variable declarations in Calc

* lisp/calc/calc-embed.el (calc-embedded-set-modes): Prevent
the-language and the-display-just from being lexically bound here,
because they may be assigned using 'set'.
lisp/calc/calc-embed.el