diff options
Diffstat (limited to 'lisp/loadup.el')
| -rw-r--r-- | lisp/loadup.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el index 747476c5067..67e8aa7d40a 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -526,8 +526,7 @@ lost after dumping"))) t)))) (kill-emacs))) -;; For machines with CANNOT_DUMP defined in config.h, -;; this file must be loaded each time Emacs is run. +;; This file must be loaded each time Emacs is run from scratch, e.g., temacs. ;; So run the startup code now. First, remove `-l loadup' from args. (if (and (member (nth 1 command-line-args) '("-l" "--load")) |
