Restore command-line--load-script messaging

* lisp/startup.el (command-line--load-script): Restore previous
non-messaging behaviour.
This commit is contained in:
Lars Ingebrigtsen 2022-02-10 15:13:21 +01:00
parent 8ababad570
commit d64a1f7251

View file

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