diff options
author | Glenn Morris <rgm@gnu.org> | 2014-02-14 19:58:38 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-02-14 19:58:38 -0800 |
commit | 5d645ea4ee6c36009bd9d74a2c4cbb3438a62ded (patch) | |
tree | 4ce46a316996f5fcae08c95a12a22b78844bc1a7 /lisp/info.el | |
parent | ab837c608327848d7a9272055dac072f9d08918f (diff) | |
download | emacs-5d645ea4ee6c36009bd9d74a2c4cbb3438a62ded.tar.gz |
* lisp/info.el (info-initialize): Revert 2014-01-10 change.
Diffstat (limited to 'lisp/info.el')
-rw-r--r-- | lisp/info.el | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lisp/info.el b/lisp/info.el index 97b9c809d76..77f69f914c9 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -732,14 +732,6 @@ in `Info-file-supports-index-cookies-list'." (Info-default-dirs)) (split-string path sep)) (Info-default-dirs)))) - ;; If we are running uninstalled, our own Info files should - ;; always come first. If INFOPATH was set, they might not. - (and path - installation-directory - (let ((dir (expand-file-name "info/" installation-directory))) - (when (file-directory-p dir) - (setq Info-directory-list (delete dir Info-directory-list)) - (push dir Info-directory-list)))) ;; For a self-contained (ie relocatable) NS build, AFAICS we ;; always want the included info directory to be at the head of ;; the search path, unless it's already in INFOPATH somewhere. |