Mercurial > emacs
changeset 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 | 6bf81a05463e |
children | 56b74c2d1a39 |
files | lisp/startup.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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.