]> git.eshelyaron.com Git - emacs.git/commit
* lisp/emacs-lisp/cl-macs.el (cl-flet): Remove `&name` for (SYM EXP) case
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 4 Sep 2023 21:13:45 +0000 (17:13 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 4 Sep 2023 21:13:45 +0000 (17:13 -0400)
commitdefa5a9571472a67cfd03736ed38feca809bf962
treeb71650ba1d0c49d159876a41e693d670f885895a
parent9e05453a8c23f882d2849b21a27e752607cfcf3b
* lisp/emacs-lisp/cl-macs.el (cl-flet): Remove `&name` for (SYM EXP) case

The new/current Edebug spec gives the name `SYM@cl-flet@NN` to the
expression building that function rather than to the body of that
function as would be expected, leading to misleading code coverage.

This basically reverts 999de2a5ea36cc0f546825e0, and 18c85306ac21 :-(
lisp/emacs-lisp/cl-macs.el