]> git.eshelyaron.com Git - emacs.git/commit
Make input constraints into memoization hash immutable (bug#45376)
authorAndrea Corallo <akrl@sdf.org>
Wed, 23 Dec 2020 09:46:33 +0000 (10:46 +0100)
committerAndrea Corallo <akrl@sdf.org>
Wed, 23 Dec 2020 09:58:42 +0000 (10:58 +0100)
commitfd8dd75a71eef796ba8fb1d2604fd615bebaae42
treea1d0e3d81d71e18fee0baa768719d56b2a922ac9
parent2a22fa8b68d18b83b0a20be66b9123454bf7b6e5
Make input constraints into memoization hash immutable (bug#45376)

* lisp/emacs-lisp/comp-cstr.el (comp-cstr-union-1)
(comp-cstr-intersection): Copy input before soting it into the
memoization hash table.
lisp/emacs-lisp/comp-cstr.el
test/src/comp-test-funcs.el
test/src/comp-tests.el