emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master d64a1f7251: Restore command-line--load-script messaging


From: Lars Ingebrigtsen
Subject: master d64a1f7251: Restore command-line--load-script messaging
Date: Thu, 10 Feb 2022 09:13:39 -0500 (EST)

branch: master
commit d64a1f7251e271074a1ab43fa548ef245142640a
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 8b059e756d..053afa104d 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]