]> git.eshelyaron.com Git - emacs.git/commit
Parse square root sign in embedded Calc mode
authorMattias Engdegård <mattiase@acm.org>
Tue, 19 Jan 2021 10:55:13 +0000 (11:55 +0100)
committerMattias Engdegård <mattiase@acm.org>
Tue, 19 Jan 2021 15:11:51 +0000 (16:11 +0100)
commit5369b69bd86ee6d9565a82842cbeb37749cd5a6b
tree3897e7f16123ff2aef559bee9598e8c61d24349b
parent297edbebec5eaf2924f65bd2015b65d16cbf9254
Parse square root sign in embedded Calc mode

* lisp/calc/calc-lang.el (math-read-big-rec): Recognise √ since it may
be used in Big mode.
lisp/calc/calc-lang.el