edebug-spec for `defsubst-maybe-cond' was missing.
authorshuhei <shuhei>
Sat, 13 Nov 1999 12:24:06 +0000 (12:24 +0000)
committershuhei <shuhei>
Sat, 13 Nov 1999 12:24:06 +0000 (12:24 +0000)
pym.el

diff --git a/pym.el b/pym.el
index c37b738..f4e8167 100644 (file)
--- 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 ([&not eval] [&rest sexp])]
           [&optional (eval def-body)]
           &rest (&rest sexp)))
+(def-edebug-spec defsubst-maybe-cond
+  (&define name lambda-list
+          [&optional stringp]
+          [&rest ([&not 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!