]> git.eshelyaron.com Git - emacs.git/commit
Fix `comp-add-call-cstr' and add a test
authorAndrea Corallo <akrl@sdf.org>
Sat, 19 Dec 2020 10:56:15 +0000 (11:56 +0100)
committerAndrea Corallo <akrl@sdf.org>
Mon, 21 Dec 2020 19:22:03 +0000 (20:22 +0100)
commit5376563517f2235b8b79f661c213fd74dd62b654
treec0a7f9d7f40eb586b47fa1f2056acab6ea8d0ef6
parent6f3570cd4a615caa02c3d86320049a5631ab9b25
Fix `comp-add-call-cstr' and add a test

* lisp/emacs-lisp/comp.el (comp-add-call-cstr): Fix it.
* test/src/comp-tests.el (assume-in-loop-1): New test.
* test/src/comp-test-funcs.el (comp-test-assume-in-loop-1-f): New
function.
lisp/emacs-lisp/comp.el
test/src/comp-test-funcs.el
test/src/comp-tests.el