(mm-emacs-mule): Remove.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 10 May 2010 12:02:41 +0000 (12:02 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 10 May 2010 12:02:41 +0000 (12:02 +0000)
lisp/ChangeLog
lisp/mm-util.el

index 9c7360f..b546181 100644 (file)
@@ -1,3 +1,7 @@
+2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mm-util.el (mm-emacs-mule): Remove.
+
 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
 
        * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
index fe7fd78..f657000 100644 (file)
@@ -902,12 +902,6 @@ mail with multiple parts is preferred to sending a Unicode one.")
       out)))
 
 (eval-and-compile
-  (defvar mm-emacs-mule (and (not (featurep 'xemacs))
-                            (boundp 'enable-multibyte-characters)
-                            (default-value 'enable-multibyte-characters)
-                            (fboundp 'set-buffer-multibyte))
-    "True in Emacs with Mule.")
-
   (if (featurep 'xemacs)
       (defalias 'mm-enable-multibyte 'ignore)
     (defun mm-enable-multibyte ()