Mercurial > hg > xemacs-beta
changeset 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 | 5b3cf2203477 |
children | 613552a02607 |
files | lisp/ChangeLog lisp/find-paths.el |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Jun 04 06:12:31 2002 +0000 +++ b/lisp/ChangeLog Tue Jun 04 16:45:54 2002 +0000 @@ -1,3 +1,8 @@ +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'. + 2002-06-03 Andy Piper <andy@xemacs.org> * dialog-items.el (make-search-dialog): align various subcontrols
--- 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