mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
(command-line-1): Rename -scriptload to -internal-script.
This commit is contained in:
parent
a09a5b5bf7
commit
f71d844b4a
@ -2085,8 +2085,8 @@ A fancy display is used on graphic displays, normal otherwise."
|
||||
(load file nil t)))
|
||||
|
||||
;; This is used to handle -script. It's not clear
|
||||
;; we need to document it.
|
||||
((member argi '("-scriptload"))
|
||||
;; we need to document it (it is totally internal).
|
||||
((member argi '("-internal-script"))
|
||||
(let* ((file (command-line-normalize-file-name
|
||||
(or argval (pop command-line-args-left))))
|
||||
;; Take file from default dir.
|
||||
|
Loading…
Reference in New Issue
Block a user