Restore command-line--load-script messaging
* lisp/startup.el (command-line--load-script): Restore previous non-messaging behaviour.
This commit is contained in:
parent
8ababad570
commit
d64a1f7251
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue