]> git.eshelyaron.com Git - emacs.git/commitdiff
(normal-top-level-add-subdirs-to-load-path):
authorRichard M. Stallman <rms@gnu.org>
Thu, 26 Mar 1998 04:26:27 +0000 (04:26 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 26 Mar 1998 04:26:27 +0000 (04:26 +0000)
Reverse order of subdirs to add.  Don't duplicate the parent dir.

lisp/startup.el

index 920fe7173777f805931d53acec4e66801522ed13..1f5c63d6993539c0154e5e0f6613b3e4982d4853 100644 (file)
@@ -351,7 +351,7 @@ from being initialized."
              (setq pending (nconc pending
                                   (list (expand-file-name (car contents)))))))
          (setq contents (cdr contents)))))
-    (normal-top-level-add-to-load-path dirs)))
+    (normal-top-level-add-to-load-path (cdr (nreverse dirs)))))
 
 ;; This function is called from the subdirs.el file.
 (defun normal-top-level-add-to-load-path (dirs)