(info-initialize): Remove the test for system-type when

invocation-directory is non-nil.
This commit is contained in:
Eli Zaretskii 2001-02-06 17:15:39 +00:00
parent c7ca58df3b
commit fecd556a3b
2 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,8 @@
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.

View file

@ -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)))