Mercurial > hg > xemacs-beta
changeset 4154:09c3d30b5d4e
[xemacs-hg @ 2007-08-30 07:32:34 by michaels]
2007-08-29 Mike Sperber <mike@xemacs.org>
* setup-paths.el (paths-emacs-data-root-p): Use "share" instead of
"lib" as the subdirectory to look for when testing for a data
root.
author | michaels |
---|---|
date | Thu, 30 Aug 2007 07:32:36 +0000 |
parents | 6973e093955e |
children | 47a8f73cd71d |
files | lisp/ChangeLog lisp/setup-paths.el |
diffstat | 2 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Aug 29 21:51:17 2007 +0000 +++ b/lisp/ChangeLog Thu Aug 30 07:32:36 2007 +0000 @@ -1,3 +1,9 @@ +2007-08-29 Mike Sperber <mike@xemacs.org> + + * setup-paths.el (paths-emacs-data-root-p): Use "share" instead of + "lib" as the subdirectory to look for when testing for a data + root. + 2007-08-25 Aidan Kehoe <kehoea@parhasard.net> * mule/chinese.el ("Chinese-GB"):
--- a/lisp/setup-paths.el Wed Aug 29 21:51:17 2007 +0000 +++ b/lisp/setup-paths.el Thu Aug 30 07:32:36 2007 +0000 @@ -97,10 +97,10 @@ (or ;; installed (paths-file-readable-directory-p (paths-construct-path (list directory - "lib" + "share" emacs-program-name))) (paths-file-readable-directory-p (paths-construct-path (list directory - "lib" + "share" (construct-emacs-version-name)))) ;; in-place or windows-nt (and