invocation-directory is non-nil.
2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
+ * info.el (info-initialize): Remove the test for system-type when
+ invocation-directory is non-nil.
+
* progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
of `font-lock-defaults' to `backward-paragraph' rather than nil.
(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)))