* lisp/emacs-lisp/edebug.el (defun): Fix debug spec.
This commit is contained in:
parent
fc77d04659
commit
0eb85a5091
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue