]> git.eshelyaron.com Git - emacs.git/commit
Fix return value for CCL opcode lookup-integer
authorPip Cet <pipcet@gmail.com>
Fri, 21 Aug 2020 12:47:45 +0000 (14:47 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 21 Aug 2020 12:47:45 +0000 (14:47 +0200)
commit19ee08f1e8599ce0e0465f6ffbd4a76791d791b4
tree3fa8d56a55b5166e619065aade6b84cf3ced7e04
parenta415179b56f022f50138f55d231070e3d1b00697
Fix return value for CCL opcode lookup-integer

* src/ccl.c (ccl_driver): Fix LookupIntConstTbl return value.
* test/lisp/international/ccl-tests.el (ccl-hash-table): Add test.
* lisp/international/ccl.el (ccl-embed-data): Don't pass non-numbers
to `ccl-fixnum' (bug#36740).
lisp/international/ccl.el
src/ccl.c
test/lisp/international/ccl-tests.el