1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

(load-with-code-conversion): Pass t to eval-buffer for DO-ALLOW-PRINT.

This commit is contained in:
Richard M. Stallman 1999-08-07 03:18:48 +00:00
parent 286bcbc971
commit 8dd08b5b47

View file

@ -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)))