changeset 21728:ea71ddaad673

(load-with-code-conversion): Don't pass extra arg to eval-buffer. (set-auto-coding): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Thu, 23 Apr 1998 21:57:25 +0000
parents 88afa87063ff
children 67d43c178919
files lisp/international/mule.el
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule.el	Thu Apr 23 21:55:15 1998 +0000
+++ b/lisp/international/mule.el	Thu Apr 23 21:57:25 1998 +0000
@@ -75,7 +75,8 @@
 			 ;; 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 @@
 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)