]> git.eshelyaron.com Git - emacs.git/commitdiff
(info-initialize): Remove the test for system-type when
authorEli Zaretskii <eliz@gnu.org>
Tue, 6 Feb 2001 17:15:39 +0000 (17:15 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 6 Feb 2001 17:15:39 +0000 (17:15 +0000)
invocation-directory is non-nil.

lisp/ChangeLog
lisp/info.el

index f348ce0733b33227680b56b51e1f4ac94df3cd0a..6f92636e46135dade9270dad4bfa1dccad80d76f 100644 (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.
 
index 1add6ed522fc42d52edac9993123cf755e744497..b1a1faa4cea273e306427a4d95e5844f29afd378 100644 (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)))