]> git.eshelyaron.com Git - emacs.git/commit
(cconv-convert): Fix regression
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 7 Feb 2023 23:03:22 +0000 (18:03 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 7 Feb 2023 23:03:22 +0000 (18:03 -0500)
commit88d5327fe2ab6ecfde22fee8835c583bfd1f2ce2
tree22f98ad8019fbc47afe90a2b64d43464004e2059
parenta98d0daac473737da720c20f49f6f5abf36b074b
(cconv-convert): Fix regression

* lisp/emacs-lisp/cconv.el (cconv-convert, cconv-analyze-form):
Since we can't always remove the wrapper, make sure the wrapper
accepts the expected calling convention (i.e. called with no args).
lisp/emacs-lisp/cconv.el