Mercurial > emacs
changeset 35934:4efda4db6c70
(info-initialize): Remove the test for system-type when
invocation-directory is non-nil.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 06 Feb 2001 17:13:48 +0000 |
parents | aaa77bbf7d8b |
children | 6e47366adea1 |
files | lisp/info.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/info.el Tue Feb 06 17:10:29 2001 +0000 +++ b/lisp/info.el Tue Feb 06 17:13:48 2001 +0000 @@ -312,8 +312,7 @@ (source (expand-file-name "info/" source-directory)) (sibling (if installation-directory (expand-file-name "info/" installation-directory) - (if (and (memq system-type '(ms-dos windows-nt)) - invocation-directory) + (if invocation-directory (let ((infodir (expand-file-name "../info/" invocation-directory)))