comparison lisp/emacs-lisp/edebug.el @ 53198:5023ae2f95af

Add edebug specs for macros `1value' and `noreturn'.
author Jonathan Yavner <jyavner@member.fsf.org>
date Sun, 30 Nov 2003 06:57:40 +0000
parents 1b8e800b5b2a
children b7693565f757
comparison
equal deleted inserted replaced
53197:61703d3393d6 53198:5023ae2f95af
2088 (def-edebug-spec with-temp-message t) 2088 (def-edebug-spec with-temp-message t)
2089 (def-edebug-spec with-syntax-table t) 2089 (def-edebug-spec with-syntax-table t)
2090 (def-edebug-spec push (form sexp)) 2090 (def-edebug-spec push (form sexp))
2091 (def-edebug-spec pop (sexp)) 2091 (def-edebug-spec pop (sexp))
2092 2092
2093 (def-edebug-spec 1value (form))
2094 (def-edebug-spec noreturn (form))
2095
2096
2093 ;; Anything else? 2097 ;; Anything else?
2094 2098
2095 2099
2096 ;; Some miscellaneous specs for macros in public packages. 2100 ;; Some miscellaneous specs for macros in public packages.
2097 ;; Send me yours. 2101 ;; Send me yours.