diff lisp/find-paths.el @ 355:182f72e8cd0d r21-1-7

Import from CVS: tag r21-1-7
author cvs
date Mon, 13 Aug 2007 10:56:21 +0200
parents 33bdb3d4b97f
children a4f53d9b3154
line wrap: on
line diff
--- a/lisp/find-paths.el	Mon Aug 13 10:55:35 2007 +0200
+++ b/lisp/find-paths.el	Mon Aug 13 10:56:21 2007 +0200
@@ -219,13 +219,13 @@
    ;; from more to less specific
    (paths-find-version-directory roots
 				 (concat base system-configuration)
-				 envvar)
+				 envvar default)
    (paths-find-version-directory roots
 				 base
 				 envvar)
    (paths-find-version-directory roots
 				 system-configuration
-				 envvar default)))
+				 envvar)))
 
 (defun construct-emacs-version-name ()
   "Construct the raw XEmacs version number."