]> git.eshelyaron.com Git - emacs.git/commit
Fix defsubst effectiveness (bug#44209)
authorAndrea Corallo <akrl@sdf.org>
Sun, 25 Oct 2020 21:19:25 +0000 (21:19 +0000)
committerAndrea Corallo <akrl@sdf.org>
Sun, 25 Oct 2020 22:56:50 +0000 (22:56 +0000)
commit5edc7aa0193ec73f757e85012273c159301f64a9
tree13fd01b05cd9f353c140cd56b666e8d72baa01ec
parent096c78523d849a75847152dff7458e883d668cb8
Fix defsubst effectiveness (bug#44209)

* lisp/emacs-lisp/byte-run.el (defsubst): Fix macro definition.
* test/src/comp-tests.el (comp-test-defsubst): New testcase.
* test/src/comp-test-funcs.el (comp-test-defsubst-f): New
function.
lisp/emacs-lisp/byte-run.el
test/src/comp-test-funcs.el
test/src/comp-tests.el