aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/startup.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2005-08-09 11:30:12 +0000
committerRichard M. Stallman <[email protected]>2005-08-09 11:30:12 +0000
commit56b3b16bc224784152e80e08ec60947a858c8b25 (patch)
tree23592cc2d7efd12e84afcfae3e9cbd0137b557a0 /lisp/startup.el
parent0f0cef08e6f9fc6cf771bea57cf8edd3c3dfc44d (diff)
Comment change.
Diffstat (limited to 'lisp/startup.el')
-rw-r--r--lisp/startup.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index ca71ef4313..8dac582e45 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -1635,6 +1635,8 @@ normal otherwise."
(setq file file-ex))
(load file nil t)))
+ ;; This is used to handle -script. It's not clear
+ ;; we need to document it.
((member argi '("-scriptload"))
(let* ((file (command-line-normalize-file-name
(or argval (pop command-line-args-left))))