From adcfb89838ec120edc85f02248a490c4e7a8647f Mon Sep 17 00:00:00 2001 From: morioka Date: Wed, 29 Sep 1999 07:16:40 +0000 Subject: [PATCH] Use `unless' instead `static-unless' to share *.elc between UTF-2000 and non-UTF-2000. --- mcs-xm.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcs-xm.el b/mcs-xm.el index dce89dd..3497be1 100644 --- a/mcs-xm.el +++ b/mcs-xm.el @@ -60,7 +60,7 @@ (decode-coding-region start end cs) ))) -(static-unless (featurep 'utf-2000) +(unless (featurep 'utf-2000) (defcustom mime-iso646-character-unification-alist (eval-when-compile (let (dest -- 1.7.10.4