emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/startup.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/startup.el,v
Date: Thu, 13 Mar 2008 03:04:51 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/03/13 03:04:51

Index: startup.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/startup.el,v
retrieving revision 1.486
retrieving revision 1.487
diff -u -b -r1.486 -r1.487
--- startup.el  12 Mar 2008 21:54:36 -0000      1.486
+++ startup.el  13 Mar 2008 03:04:51 -0000      1.487
@@ -2085,8 +2085,8 @@
                     (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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]