projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ababad
)
Restore command-line--load-script messaging
author
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 10 Feb 2022 14:13:21 +0000
(15:13 +0100)
committer
Lars 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
patch
|
blob
|
history
diff --git
a/lisp/startup.el
b/lisp/startup.el
index 8b059e756d51851a816101c7ecc818d17957215c..053afa104d024f4baff67783369fd81233a30a84 100644
(file)
--- 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))