summaryrefslogtreecommitdiff
path: root/lisp/info.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-02-06 17:15:39 +0000
committerEli Zaretskii <eliz@gnu.org>2001-02-06 17:15:39 +0000
commitfecd556a3bdce361a5bdf2374490ffad18bf829e (patch)
treed86aceebc38e0adfc9722d05b15289d13179b5f8 /lisp/info.el
parentc7ca58df3bc4e9fa080af6f22da1e6b4bd311b61 (diff)
downloademacs-fecd556a3bdce361a5bdf2374490ffad18bf829e.tar.gz
(info-initialize): Remove the test for system-type when
invocation-directory is non-nil.
Diffstat (limited to 'lisp/info.el')
-rw-r--r--lisp/info.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/info.el b/lisp/info.el
index 1add6ed522f..b1a1faa4cea 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -312,8 +312,7 @@ Do the right thing if the file has been compressed or zipped."
(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)))