From: minakaji Date: Wed, 13 Dec 2000 21:44:20 +0000 (+0000) Subject: * pym.el (static-if): Put t on edebug spec instead of if. X-Git-Tag: apel-10_3~42 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fapel.git;a=commitdiff_plain;h=4a342022a622da8d9f6e569040b1d3669e2ef499 * pym.el (static-if): Put t on edebug spec instead of if. --- diff --git a/ChangeLog b/ChangeLog index 2bb561b..32d9d27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-12-14 Mikio Nakajima + + * pym.el (static-if): Put t on edebug spec instead of if. + 2000-12-13 Kenichi Handa * alist.el: Fix and add DOCs and comments; fix coding style. @@ -2660,7 +2664,7 @@ * APEL: Version 8.4 was released. - * EMU-ELS: Don't use HIRAGANA LETTER A ($(B$"(B) to detect character + * EMU-ELS: Don't use HIRAGANA LETTER A ($B$"(B) to detect character indexing (Emacs 20.3 or later). 1998-04-20 MORIOKA Tomohiko diff --git a/pym.el b/pym.el index 692ffcd..37aac5e 100644 --- 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)