* pym.el (static-if): Put t on edebug spec instead of if.
authorminakaji <minakaji>
Wed, 13 Dec 2000 21:44:20 +0000 (21:44 +0000)
committerminakaji <minakaji>
Wed, 13 Dec 2000 21:44:20 +0000 (21:44 +0000)
ChangeLog
pym.el

index 2bb561b..32d9d27 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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>
diff --git a/pym.el b/pym.el
index 692ffcd..37aac5e 100644 (file)
--- a/pym.el
+++ b/pym.el
@@ -268,7 +268,7 @@ Both SYMBOL and SPEC are unevaluated. The SPEC can be 0, t, a symbol
           &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)