Add edebug specs for macros 1value' and noreturn'.

This commit is contained in:
Jonathan Yavner 2003-11-30 06:58:00 +00:00
parent 1116910a51
commit 01a9e5933d
2 changed files with 16 additions and 0 deletions

View file

@ -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?