1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-29 19:48:19 +00:00

(command-line-1): Rename -internal-script back to -scriptload (reverts

previous change).
This commit is contained in:
Glenn Morris 2008-03-14 02:38:45 +00:00
parent c1fbdbbb55
commit 1d1100d7ac
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2008-03-14 Glenn Morris <rgm@gnu.org>
* startup.el (command-line-1): Rename -internal-script back to
-scriptload (reverts previous change).
* textmodes/org-irc.el (top-level): CL not required when compiling.
(org-irc-visit-erc): Replace runtime CL functions.

View File

@ -2086,7 +2086,7 @@ A fancy display is used on graphic displays, normal otherwise."
;; This is used to handle -script. It's not clear
;; we need to document it (it is totally internal).
((member argi '("-internal-script"))
((member argi '("-scriptload"))
(let* ((file (command-line-normalize-file-name
(or argval (pop command-line-args-left))))
;; Take file from default dir.