]> git.eshelyaron.com Git - emacs.git/commitdiff
(load-with-code-conversion): Fix
authorDave Love <fx@gnu.org>
Thu, 27 Jun 2002 15:25:46 +0000 (15:25 +0000)
committerDave Love <fx@gnu.org>
Thu, 27 Jun 2002 15:25:46 +0000 (15:25 +0000)
coding-system-type test.

lisp/international/mule.el

index 52a485f90d12040853e566e3a9715df6a536a35d..705c9a8f4f2db015fe61868d9a67fa62cceeb07e 100644 (file)
@@ -271,7 +271,7 @@ Return t if file exists."
              ;; Otherwise, eval-buffer might try to interpret random
              ;; binary junk as multibyte characters.
              (if (and enable-multibyte-characters
-                      (or (eq (coding-system-type last-coding-system-used) 5)
+                      (or (eq (coding-system-type last-coding-system-used) 'raw-text)
                           (eq last-coding-system-used 'no-conversion)))
                  (set-buffer-multibyte nil))
              ;; Make `kill-buffer' quiet.