aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1999-08-07 03:18:48 +0000
committerRichard M. Stallman1999-08-07 03:18:48 +0000
commit8dd08b5b47b293f7cf3deb233cb4f550cf754783 (patch)
tree0c07d521149fa661968acd8bd63e4861c43e3b83
parent286bcbc9718086ce5bac060f5724238954177bad (diff)
downloademacs-8dd08b5b47b293f7cf3deb233cb4f550cf754783.tar.gz
emacs-8dd08b5b47b293f7cf3deb233cb4f550cf754783.zip
(load-with-code-conversion): Pass t to eval-buffer for DO-ALLOW-PRINT.
-rw-r--r--lisp/international/mule.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/international/mule.el b/lisp/international/mule.el
index 512d2addcf6..01ac2a776ec 100644
--- a/lisp/international/mule.el
+++ b/lisp/international/mule.el
@@ -85,6 +85,7 @@ Return t if file exists."
85 ;; convert multibyte strings to unibyte 85 ;; convert multibyte strings to unibyte
86 ;; after reading them. 86 ;; after reading them.
87;; (not default-enable-multibyte-characters) 87;; (not default-enable-multibyte-characters)
88 nil t
88 )) 89 ))
89 (let (kill-buffer-hook kill-buffer-query-functions) 90 (let (kill-buffer-hook kill-buffer-query-functions)
90 (kill-buffer buffer))) 91 (kill-buffer buffer)))