]> git.eshelyaron.com Git - emacs.git/commit
Fix &key parameters called without arguments (bug#58714)
authorGerd Möllmann <gerd@gnu.org>
Sun, 23 Oct 2022 08:14:10 +0000 (10:14 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Fri, 11 Nov 2022 13:13:46 +0000 (14:13 +0100)
commit6d9065b7487f35297994117bb1144f46ffa45313
tree303d1aca8b4a0210d0140331d3c7c0d5bfb6da88
parentc64d94c84979425665b9ca88c1cad5830d2fabe0
Fix &key parameters called without arguments (bug#58714)

* lisp/emacs-lisp/cl-macs.el (cl--do-arglist): Check for missing
argument.
* test/lisp/emacs-lisp/cl-macs-tests.el (cl-&key-arguments): New test.
lisp/emacs-lisp/cl-macs.el
test/lisp/emacs-lisp/cl-macs-tests.el