+2000-12-14 Mikio Nakajima <minakaji@osaka.email.ne.jp>
+
+ * pym.el (static-if): Put t on edebug spec instead of if.
+
2000-12-13 Kenichi Handa <handa@etl.go.jp>
* alist.el: Fix and add DOCs and comments; fix coding style.
* APEL: Version 8.4 was released.
- * EMU-ELS: Don't use HIRAGANA LETTER A (\e$(B$"\e(B) to detect character
+ * EMU-ELS: Don't use HIRAGANA LETTER A (\e$B$"\e(B) to detect character
indexing (Emacs 20.3 or later).
1998-04-20 MORIOKA Tomohiko <morioka@jaist.ac.jp>
&rest (&rest sexp)))
;; edebug-spec for `static-*' macros are also defined here.
-(def-edebug-spec static-if if)
+(def-edebug-spec static-if t)
(def-edebug-spec static-when when)
(def-edebug-spec static-unless unless)
(def-edebug-spec static-condition-case condition-case)