aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2007-02-25 21:16:11 +0000
committerEli Zaretskii <[email protected]>2007-02-25 21:16:11 +0000
commit3b61abfe71dc16e0d3ee271788f8f96daef9d22a (patch)
tree3b39e359a2e65687ef6ce5e683f63ffdda58490e
parent70614fa4353d9b64f39eeec23a7e3aeae2c0f170 (diff)
Add comment explaining why we look for simple.el on startup.
-rw-r--r--lisp/startup.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 3e26aa1740..10fadfbfd7 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -647,6 +647,8 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'."
;; Convert preloaded file names in load-history to absolute.
(let ((simple-file-name
+ ;; Look for simple.el or simple.elc and use their directory
+ ;; as the place where all Lisp files live.
(locate-file "simple" load-path (get-load-suffixes)))
lisp-dir)
;; Don't abort if simple.el cannot be found, but print a warning.