* lisp/emacs-lisp/edebug.el (defun): Fix debug spec.

This commit is contained in:
Johan Bockgård 2016-09-14 21:01:08 +02:00
parent fc77d04659
commit 0eb85a5091

View file

@ -1933,6 +1933,7 @@ expressions; a `progn' form will be returned enclosing these forms."
(def-edebug-spec defun
(&define name lambda-list
[&optional stringp]
[&optional ("declare" &rest sexp)]
[&optional ("interactive" interactive)]
def-body))
(def-edebug-spec defmacro