From 4a342022a622da8d9f6e569040b1d3669e2ef499 Mon Sep 17 00:00:00 2001 From: minakaji Date: Wed, 13 Dec 2000 21:44:20 +0000 Subject: [PATCH] * pym.el (static-if): Put t on edebug spec instead of if. --- ChangeLog | 6 +++++- pym.el | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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) -- 1.7.10.4