]> git.eshelyaron.com Git - emacs.git/commitdiff
(load-with-code-conversion): Don't pass extra arg to eval-buffer.
authorRichard M. Stallman <rms@gnu.org>
Thu, 23 Apr 1998 21:57:25 +0000 (21:57 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 23 Apr 1998 21:57:25 +0000 (21:57 +0000)
(set-auto-coding): Doc fix.

lisp/international/mule.el

index 47c5816fc0f4106c7cb307ad0c2db53d5fdbcdf5..82d9cbcddc91e6c7c919d7973f1ac59011c5bb35 100644 (file)
@@ -75,7 +75,8 @@ Return t if file exists."
                         ;; If this Emacs is running with --unibyte,
                         ;; convert multibyte strings to unibyte
                         ;; after reading them.
-                        (not default-enable-multibyte-characters)))
+;;                      (not default-enable-multibyte-characters)
+                        ))
        (let (kill-buffer-hook kill-buffer-query-functions)
          (kill-buffer buffer)))
       (let ((hook (assoc file after-load-alist)))
@@ -772,7 +773,7 @@ in the tailing 3K-byte oof STRING.
 The return value is the specified coding system,
 or nil if nothing specified.
 
-The variable `auto-file-coding-system' (which see) is set to this
+The variable `set-auto-coding-function' (which see) is set to this
 function by default."
   (condition-case nil
       (let ((case-fold-search t)