(load-with-code-conversion): Don't pass extra arg to eval-buffer.

(set-auto-coding): Doc fix.
This commit is contained in:
Richard M. Stallman 1998-04-23 21:57:25 +00:00
parent 9fc0913c10
commit ba74e83386

View 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)