]> git.eshelyaron.com Git - emacs.git/commit
Non-delayed warning for malformed function (bug#67483)
authorMattias Engdegård <mattiase@acm.org>
Wed, 20 Dec 2023 13:15:59 +0000 (14:15 +0100)
committerMattias Engdegård <mattiase@acm.org>
Thu, 21 Dec 2023 12:20:27 +0000 (13:20 +0100)
commit14ecc377ab43e4c33506c2a8b65bf1e75fb262d3
treece31dcb7057b0202f9f02bb94e78ac37d4d4bcb1
parentff3965795fb80681111708e104f1edd32bdb6199
Non-delayed warning for malformed function (bug#67483)

* lisp/emacs-lisp/cconv.el (cconv-convert): Use an immediate warning;
a delayed one made little sense as it's a matter of well-formedness.
lisp/emacs-lisp/cconv.el