Mercurial > emacs
changeset 25811:c3cb1d841464
(info-initialize): Don't test existence of ALTERNATIVE
if we know for some other reason it should not be used.
author | Phillip Rulon <pjr@gnu.org> |
---|---|
date | Fri, 24 Sep 1999 13:58:46 +0000 |
parents | f1417ed050c0 |
children | edf16534a337 |
files | lisp/info.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/info.el Fri Sep 24 13:55:29 1999 +0000 +++ b/lisp/info.el Fri Sep 24 13:58:46 1999 +0000 @@ -256,7 +256,6 @@ ;; Uninstalled, builddir == srcdir (setq alternative source)) (if (or (member alternative Info-default-directory-list) - (not (file-exists-p alternative)) ;; On DOS/NT, we use movable executables always, ;; and we must always find the Info dir at run time. (if (memq system-type '(ms-dos windows-nt)) @@ -265,7 +264,8 @@ ;; only if we used it for exec-directory also. (not (string= exec-directory (expand-file-name "lib-src/" - installation-directory))))) + installation-directory)))) + (not (file-exists-p alternative))) Info-default-directory-list ;; `alternative' contains the Info files that came with this ;; version, so we should look there first. `Info-insert-dir'