From cb431a5fba3a19bd7669e262dde4b998257dffa1 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 10 Dec 2001 05:15:52 +0000 Subject: [PATCH] Fix last change (remove useless `eval-when-compile' for mm-util stuff). --- lisp/nnheader.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/nnheader.el b/lisp/nnheader.el index bbebe57..ba9b422 100644 --- a/lisp/nnheader.el +++ b/lisp/nnheader.el @@ -1206,7 +1206,7 @@ find-file-hooks, etc. (defalias 'mm-multibyte-string-p (if (fboundp 'multibyte-string-p) 'multibyte-string-p - 'ignore))) + 'ignore))) (when (featurep 'xemacs) (require 'nnheaderxm)) -- 1.7.10.4