]> git.eshelyaron.com Git - emacs.git/commit
Fix `comp-mvar-symbol-p' and `comp-mvar-cons-p' (bug#44968)
authorAndrea Corallo <akrl@sdf.org>
Mon, 30 Nov 2020 22:46:48 +0000 (23:46 +0100)
committerAndrea Corallo <akrl@sdf.org>
Mon, 30 Nov 2020 23:09:46 +0000 (00:09 +0100)
commit21104e6808a4496afb8163d92c6fb4d59e3010b7
tree217db87cd1a97e31a2bbcf792d668c7c2de2e861
parent6523b8401519a29ca0aefaf44c3dfa36f681f64e
Fix `comp-mvar-symbol-p' and `comp-mvar-cons-p' (bug#44968)

* lisp/emacs-lisp/comp.el (comp-mvar-symbol-p): As all slots into
a `comp-cstr' are in or fix this logic.
(comp-mvar-cons-p): Likewise.
* test/src/comp-tests.el (bug-44968): New testcase.
* test/src/comp-test-funcs.el (comp-test-44968-f): New test
function.
lisp/emacs-lisp/comp.el
test/src/comp-test-funcs.el
test/src/comp-tests.el