]> git.eshelyaron.com Git - emacs.git/commit
Propagate function calls also when hiddend under funcall
authorAndrea Corallo <akrl@sdf.org>
Mon, 28 Dec 2020 10:54:34 +0000 (11:54 +0100)
committerAndrea Corallo <akrl@sdf.org>
Mon, 28 Dec 2020 15:12:08 +0000 (16:12 +0100)
commiteafcc8eda0a78e78d1a53b30dafb22786dd60591
tree982a11d1c8ac0e1ae2701f55c233512f0645a057
parente532ec95529224025465421e97243fda7b559d9a
Propagate function calls also when hiddend under funcall

* lisp/emacs-lisp/comp.el (comp-fwprop-call): Propagate functions
also when called under `funcall'.
* test/src/comp-tests.el (comp-tests-type-spec-tests): Add a test.
lisp/emacs-lisp/comp.el
test/src/comp-tests.el