]> git.eshelyaron.com Git - emacs.git/commit
Calc: fix interval entry snag (bug#42438)
authorMattias Engdegård <mattiase@acm.org>
Wed, 22 Jul 2020 09:27:15 +0000 (11:27 +0200)
committerMattias Engdegård <mattiase@acm.org>
Wed, 22 Jul 2020 09:27:15 +0000 (11:27 +0200)
commit687a9d3e2fca5f207ec3bd6acf744d0c0cd96962
tree95d17cd8aeabc73242ae7a9ea96c53b2bc84eac9
parent33d85cb768b40794bffcd9ab22fbdec1211a74e5
Calc: fix interval entry snag (bug#42438)

* lisp/calc/calc.el (calcDigit-key): Don't signal a 'Bad format' error
when entering '..' after pushing an incomplete interval.

Reported by Allen Li.
lisp/calc/calc.el