From 3b61abfe71dc16e0d3ee271788f8f96daef9d22a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 25 Feb 2007 21:16:11 +0000 Subject: [PATCH] Add comment explaining why we look for simple.el on startup. --- lisp/startup.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/startup.el b/lisp/startup.el index 3e26aa17409..10fadfbfd77 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. -- 2.39.5