]> git.eshelyaron.com Git - emacs.git/commit
Add some sanity checking of defun arglist
authorNicolas Richard <theonewiththeevillook@yahoo.fr>
Sun, 11 Dec 2016 01:48:10 +0000 (17:48 -0800)
committerGlenn Morris <rgm@gnu.org>
Sun, 11 Dec 2016 01:48:10 +0000 (17:48 -0800)
commit010733616543f86aed9e351d5754d02864c2ea26
treefbae26aab77b3c13750baa997aac3d400424a681
parent8d1b753d528f741580e48d2b4a6c9b40ca06c08d
Add some sanity checking of defun arglist

* lisp/emacs-lisp/byte-run.el (defun):
Check for malformed argument lists.  (Bug#15715)
lisp/emacs-lisp/byte-run.el