aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-03-13 03:04:51 +0000
committerGlenn Morris2008-03-13 03:04:51 +0000
commitf71d844b4af5743221cfad25f2c5f3ab0178b6a7 (patch)
treef3a56c35fb610c46a94ad706b02002cb6ba47747
parenta09a5b5bf7a958d5617b6e79fdc361eb2d35335c (diff)
downloademacs-f71d844b4af5743221cfad25f2c5f3ab0178b6a7.tar.gz
emacs-f71d844b4af5743221cfad25f2c5f3ab0178b6a7.zip
(command-line-1): Rename -scriptload to -internal-script.
-rw-r--r--lisp/startup.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 8ab56eee180..5013da48ba1 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -2085,8 +2085,8 @@ A fancy display is used on graphic displays, normal otherwise."
2085 (load file nil t))) 2085 (load file nil t)))
2086 2086
2087 ;; This is used to handle -script. It's not clear 2087 ;; This is used to handle -script. It's not clear
2088 ;; we need to document it. 2088 ;; we need to document it (it is totally internal).
2089 ((member argi '("-scriptload")) 2089 ((member argi '("-internal-script"))
2090 (let* ((file (command-line-normalize-file-name 2090 (let* ((file (command-line-normalize-file-name
2091 (or argval (pop command-line-args-left)))) 2091 (or argval (pop command-line-args-left))))
2092 ;; Take file from default dir. 2092 ;; Take file from default dir.