Add edebug specs for macros 1value' and
noreturn'.
This commit is contained in:
parent
1116910a51
commit
01a9e5933d
2 changed files with 16 additions and 0 deletions
|
@ -2090,6 +2090,10 @@ expressions; a `progn' form will be returned enclosing these forms."
|
|||
(def-edebug-spec push (form sexp))
|
||||
(def-edebug-spec pop (sexp))
|
||||
|
||||
(def-edebug-spec 1value (form))
|
||||
(def-edebug-spec noreturn (form))
|
||||
|
||||
|
||||
;; Anything else?
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue