Mercurial > emacs
changeset 75270:8a31ac700630
(Info-default-directory-list): Change default info dir to
share/info.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 18 Jan 2007 16:07:36 +0000 |
parents | aac98d34f3ba |
children | 1841eb88b38a |
files | lisp/paths.el |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/paths.el Thu Jan 18 16:05:53 2007 +0000 +++ b/lisp/paths.el Thu Jan 18 16:07:36 2007 +0000 @@ -68,7 +68,7 @@ (suffixes ;; Subdirectories in each directory tree that may contain info ;; directories. - '("" "share/" "gnu/" "gnu/lib/" "gnu/lib/emacs/" + '("share/" "" "gnu/" "gnu/lib/" "gnu/lib/emacs/" "emacs/" "lib/" "lib/emacs/")) (standard-info-dirs (apply #'nconc @@ -81,10 +81,10 @@ dirs (prune-directory-list dirs config)))) prefixes)))) - ;; If $(prefix)/info is not one of the standard info directories, - ;; they are probably installing an experimental version of Emacs, - ;; so make sure that experimental version's Info files override - ;; the ones in standard directories. + ;; If $(prefix)/share/info is not one of the standard info + ;; directories, they are probably installing an experimental + ;; version of Emacs, so make sure that experimental version's Info + ;; files override the ones in standard directories. (if (member config-dir standard-info-dirs) (nconc standard-info-dirs config) (cons config-dir standard-info-dirs)))