Restore command-line--load-script messaging
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 10 Feb 2022 14:13:21 +0000 (15:13 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 10 Feb 2022 14:13:33 +0000 (15:13 +0100)
* lisp/startup.el (command-line--load-script): Restore previous
non-messaging behaviour.

lisp/startup.el

index 8b059e756d51851a816101c7ecc818d17957215c..053afa104d024f4baff67783369fd81233a30a84 100644 (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))