diff lisp/find-paths.el @ 269:b2472a1930f2 r20-5b33

Import from CVS: tag r20-5b33
author cvs
date Mon, 13 Aug 2007 10:27:19 +0200
parents 966663fcf606
children c5d627a313b1
line wrap: on
line diff
--- a/lisp/find-paths.el	Mon Aug 13 10:26:31 2007 +0200
+++ b/lisp/find-paths.el	Mon Aug 13 10:27:19 2007 +0200
@@ -157,12 +157,12 @@
    ;; from more to less specific
    (paths-find-version-directory roots
 				 (concat base system-configuration)
-				 envvar default)
+				 envvar)
+   (paths-find-version-directory roots
+				 base
+				 envvar)
    (paths-find-version-directory roots
 				 system-configuration
-				 envvar default)
-   (paths-find-version-directory roots
-				 base
 				 envvar default)))
   
 (defvar paths-path-emacs-version nil