Mercurial > hg > xemacs-beta
diff lisp/find-paths.el @ 865:987c2a685f39
[xemacs-hg @ 2002-06-04 16:45:42 by michaels]
2002-06-04 Jerry James <james@eecs.ku.edu>
* find-paths.el (paths-find-architecture-directory): Search in
`system-configuration'/`base', not `base'`system-configuration'.
author | michaels |
---|---|
date | Tue, 04 Jun 2002 16:45:54 +0000 |
parents | 79940b592197 |
children | ceedb6eeaba8 |
line wrap: on
line diff
--- a/lisp/find-paths.el Tue Jun 04 06:12:31 2002 +0000 +++ b/lisp/find-paths.el Tue Jun 04 16:45:54 2002 +0000 @@ -237,7 +237,8 @@ (or ;; from more to less specific (paths-find-version-directory roots - (concat base system-configuration) + (paths-construct-path + (list system-configuration base)) envvar default) (paths-find-version-directory roots base