# HG changeset patch # User michaels # Date 1188459156 0 # Node ID 09c3d30b5d4e911750d3b7dab44c0d477df5395e # Parent 6973e093955e2a9a03752e48235998a61775937c [xemacs-hg @ 2007-08-30 07:32:34 by michaels] 2007-08-29 Mike Sperber * 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. diff -r 6973e093955e -r 09c3d30b5d4e lisp/ChangeLog --- 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 + + * 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 * mule/chinese.el ("Chinese-GB"): diff -r 6973e093955e -r 09c3d30b5d4e lisp/setup-paths.el --- 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