From d64a1f7251e271074a1ab43fa548ef245142640a Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Thu, 10 Feb 2022 15:13:21 +0100 Subject: [PATCH] Restore command-line--load-script messaging * lisp/startup.el (command-line--load-script): Restore previous non-messaging behaviour. --- lisp/startup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/startup.el b/lisp/startup.el index 8b059e756d5..053afa104d0 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -2840,7 +2840,7 @@ nil default-directory" name) (defun command-line--load-script (file) (load-with-code-conversion - file file nil nil + file file nil t (lambda (buffer file) (with-current-buffer buffer (goto-char (point-min)) -- 2.39.5