X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Ffind-paths.el;h=9118e94de3136eb4743dcc4d4b48c32f9500a6f8;hb=4e344277e13cd8813592afc6b0bfb89474f0cbb0;hp=f5be62429e6f46a249e84b9c1d4a75f93a99cb91;hpb=a5f466de30a3e927ed1146b0c7e3870e71465c8f;p=chise%2Fxemacs-chise.git- 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."