Mercurial > emacs
diff lisp/startup.el @ 76144:90b084c781df
Add comment explaining why we look for simple.el on startup.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 25 Feb 2007 21:16:11 +0000 |
parents | a909bafa108e |
children | ac1ac99d3454 edf631bdbb7a dd7c098af727 |
line wrap: on
line diff
--- a/lisp/startup.el Sun Feb 25 11:55:56 2007 +0000 +++ b/lisp/startup.el Sun Feb 25 21:16:11 2007 +0000 @@ -647,6 +647,8 @@ ;; 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.