]> 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)
committerGerd Möllmann <gerd@gnu.org>
Sun, 23 Oct 2022 08:14:10 +0000 (10:14 +0200)
commitc9625d96b4e61cda7b79b4c0b23d6982f5bc45ae
tree52d8884f9a45b2744756a2a62549455513c0ea1e
parenta63b04582cdae4e9d1238afeffeb942bc33430ee
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