# HG changeset patch # User Chong Yidong # Date 1169136456 0 # Node ID 8a31ac700630cbea0b67e48062aebe654cd8ffa1 # Parent aac98d34f3ba15166f288bed88199ea48c28f567 (Info-default-directory-list): Change default info dir to share/info. diff -r aac98d34f3ba -r 8a31ac700630 lisp/paths.el --- 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)))