X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=lisp%2Ffind-paths.el;h=9118e94de3136eb4743dcc4d4b48c32f9500a6f8;hp=f5be62429e6f46a249e84b9c1d4a75f93a99cb91;hb=ea1ea793fe6e244ef5555ed983423a204101af13;hpb=399b9f4466f37412410de8ec4a08e3dc5504ad10 diff --git a/lisp/find-paths.el b/lisp/find-paths.el index f5be624..9118e94 100644 --- a/lisp/find-paths.el +++ b/lisp/find-paths.el @@ -218,13 +218,13 @@ If ENFORCE-VERSION is non-nil, the directory must contain the XEmacs version." ;; 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."