From: Richard M. Stallman Date: Sat, 7 Aug 1999 03:18:48 +0000 (+0000) Subject: (load-with-code-conversion): Pass t to eval-buffer for DO-ALLOW-PRINT. X-Git-Tag: emacs-pretest-21.0.90~7243 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8dd08b5b47b293f7cf3deb233cb4f550cf754783;p=emacs.git (load-with-code-conversion): Pass t to eval-buffer for DO-ALLOW-PRINT. --- 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." ;; convert multibyte strings to unibyte ;; after reading them. ;; (not default-enable-multibyte-characters) + nil t )) (let (kill-buffer-hook kill-buffer-query-functions) (kill-buffer buffer)))