]> git.eshelyaron.com Git - emacs.git/commit
Fix quick-calc in C mode with hex values
authorOGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Sat, 18 Nov 2017 10:29:41 +0000 (12:29 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 18 Nov 2017 10:29:41 +0000 (12:29 +0200)
commit29520b083f4bddbf5f7d3bbf0b3d30f31025f4f8
tree74d997cab4adf4810741ed5b292704597cf12d0f
parent3e801240986af911e5d97828a2743b04237c9f9c
Fix quick-calc in C mode with hex values

* lisp/calc/calc-aent.el (math-read-token): Make sure the match
against "0[xX][0-9a-fA-F]+" is found at math-exp-pos.  See
http://lists.gnu.org/archive/html/emacs-devel/2017-11/msg00174.html
for the details.

Copyright-paperwork-exempt: yes
lisp/calc/calc-aent.el