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:
parent
c1fbdbbb55
commit
1d1100d7ac
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user