From f71d844b4af5743221cfad25f2c5f3ab0178b6a7 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 13 Mar 2008 03:04:51 +0000 Subject: [PATCH] (command-line-1): Rename -scriptload to -internal-script. --- lisp/startup.el | 4 ++-- 1 file 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." (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. -- 2.11.4.GIT