# HG changeset patch # User Richard M. Stallman # Date 893368645 0 # Node ID ea71ddaad673c377014ce787c871adfbd930b5a9 # Parent 88afa87063ff04b35729f9b13bd9a26acd534582 (load-with-code-conversion): Don't pass extra arg to eval-buffer. (set-auto-coding): Doc fix. diff -r 88afa87063ff -r ea71ddaad673 lisp/international/mule.el --- 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)