comparison lisp/international/mule.el @ 25198:aaa595530183

(load-with-code-conversion): Pass t to eval-buffer for DO-ALLOW-PRINT.
author Richard M. Stallman <rms@gnu.org>
date Sat, 07 Aug 1999 03:18:48 +0000
parents edfd929009d5
children 2473e4ca59b3
comparison
equal deleted inserted replaced
25197:fbe149852f1c 25198:aaa595530183
83 (eval-buffer buffer nil file 83 (eval-buffer buffer nil file
84 ;; If this Emacs is running with --unibyte, 84 ;; If this Emacs is running with --unibyte,
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)))
91 (let ((hook (assoc file after-load-alist))) 92 (let ((hook (assoc file after-load-alist)))
92 (when hook 93 (when hook