]> git.eshelyaron.com Git - emacs.git/commit
Fix `comp-cstr-intersection-no-hashcons' for negated result cstr
authorAndrea Corallo <akrl@sdf.org>
Sat, 6 Mar 2021 21:36:50 +0000 (22:36 +0100)
committerAndrea Corallo <akrl@sdf.org>
Sat, 6 Mar 2021 22:17:14 +0000 (23:17 +0100)
commitc60f2f458a63a8ae4288652228f24e43fdc7bba7
treebdd1f91cbff403ac013e2eeb02dd837d1b3a14a6
parent6c73418c95ae5aca7e63d8d5703a90e178350527
Fix `comp-cstr-intersection-no-hashcons' for negated result cstr

* lisp/emacs-lisp/comp-cstr.el
(comp-cstr-intersection-no-hashcons): When negated and
necessary relax dst to t.
* test/src/comp-tests.el (comp-tests-type-spec-tests): Add a test.
lisp/emacs-lisp/comp-cstr.el
test/src/comp-tests.el