From: Eli Zaretskii Date: Tue, 6 Feb 2001 17:15:39 +0000 (+0000) Subject: (info-initialize): Remove the test for system-type when X-Git-Tag: emacs-pretest-21.0.98~134 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fecd556a3bdce361a5bdf2374490ffad18bf829e;p=emacs.git (info-initialize): Remove the test for system-type when invocation-directory is non-nil. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f348ce0733b..6f92636e461 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2001-02-06 Eli Zaretskii + * 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. 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)))