summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-04-23 21:57:25 +0000
committerRichard M. Stallman <rms@gnu.org>1998-04-23 21:57:25 +0000
commitba74e83386aef63dad42f060a0f4c61570b8034c (patch)
treec2f415c9a52c38f5759bf905b18c7695d6783e83 /lisp
parent9fc0913c1018fbfdc0009013b58745de4fa5726d (diff)
downloademacs-ba74e83386aef63dad42f060a0f4c61570b8034c.tar.gz
emacs-ba74e83386aef63dad42f060a0f4c61570b8034c.tar.bz2
emacs-ba74e83386aef63dad42f060a0f4c61570b8034c.zip
(load-with-code-conversion): Don't pass extra arg to eval-buffer.
(set-auto-coding): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/international/mule.el5
1 files changed, 3 insertions, 2 deletions
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)