From 8dd08b5b47b293f7cf3deb233cb4f550cf754783 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 7 Aug 1999 03:18:48 +0000 Subject: [PATCH] (load-with-code-conversion): Pass t to eval-buffer for DO-ALLOW-PRINT. --- lisp/international/mule.el | 1 + 1 file changed, 1 insertion(+) 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))) -- 2.39.5