From: shuhei Date: Sat, 13 Nov 1999 12:24:06 +0000 (+0000) Subject: edebug-spec for `defsubst-maybe-cond' was missing. X-Git-Tag: apel-shubit-10_0~23 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=e0d1dc975baa6529c79231d54b87271859fc10fa;p=elisp%2Fapel.git edebug-spec for `defsubst-maybe-cond' was missing. --- diff --git a/pym.el b/pym.el index c37b738..f4e8167 100644 --- a/pym.el +++ b/pym.el @@ -244,6 +244,12 @@ Both SYMBOL and SPEC are unevaluated. The SPEC can be 0, t, a symbol [&rest ([¬ eval] [&rest sexp])] [&optional (eval def-body)] &rest (&rest sexp))) +(def-edebug-spec defsubst-maybe-cond + (&define name lambda-list + [&optional stringp] + [&rest ([¬ eval] [&rest sexp])] + [&optional (eval [&optional ("interactive" interactive)] def-body)] + &rest (&rest sexp))) ;; edebug-spec for `static-*' macros are also defined here. ;; XXX: not defined yet. FIXME!