Fix last change (remove useless `eval-when-compile' for mm-util stuff).
authoryamaoka <yamaoka>
Mon, 10 Dec 2001 05:15:52 +0000 (05:15 +0000)
committeryamaoka <yamaoka>
Mon, 10 Dec 2001 05:15:52 +0000 (05:15 +0000)
lisp/nnheader.el

index bbebe57..ba9b422 100644 (file)
@@ -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))