emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/startup.el,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/startup.el,v
Date: Sun, 25 Feb 2007 21:16:11 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    07/02/25 21:16:11

Index: startup.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/startup.el,v
retrieving revision 1.429
retrieving revision 1.430
diff -u -b -r1.429 -r1.430
--- startup.el  24 Feb 2007 18:29:18 -0000      1.429
+++ startup.el  25 Feb 2007 21:16:11 -0000      1.430
@@ -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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]