From: Richard M. Stallman Date: Thu, 23 Apr 1998 21:57:25 +0000 (+0000) Subject: (load-with-code-conversion): Don't pass extra arg to eval-buffer. X-Git-Tag: emacs-20.3~1348 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ba74e83386aef63dad42f060a0f4c61570b8034c;p=emacs.git (load-with-code-conversion): Don't pass extra arg to eval-buffer. (set-auto-coding): Doc fix. --- diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 47c5816fc0f..82d9cbcddc9 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -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)