+2000-03-25 Mikio Nakajima <minakaji@osaka.email.ne.jp>
+
+ * pym.el: Define edebug specs for `static-if', `static-when',
+ `static-unless', `static-condition-case', `static-defconst' and
+ `static-cond'.
+
2000-03-08 Akihiro Arisawa <ari@atesoft.advantest.co.jp>
* poe.el (format-time-string): Fix problem when `format' contains "%d"
&rest (&rest sexp)))
;; edebug-spec for `static-*' macros are also defined here.
-;; XXX: not defined yet. FIXME!
-;; (def-edebug-spec static-if ...)
-;; (def-edebug-spec static-when ...)
-;; (def-edebug-spec static-unless ...)
-;; (def-edebug-spec static-condition-case ...)
-;; (def-edebug-spec static-defconst ...)
-;; (def-edebug-spec static-cond ...)
+(def-edebug-spec static-if if)
+(def-edebug-spec static-when when)
+(def-edebug-spec static-unless unless)
+(def-edebug-spec static-condition-case condition-case)
+(def-edebug-spec static-defconst defconst)
+(def-edebug-spec static-cond cond)
;;; for backward compatibility.