]> git.eshelyaron.com Git - emacs.git/commitdiff
(Info-default-dirs): Don't ignore last part of I-d-d-l.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 19 Mar 2004 02:37:11 +0000 (02:37 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 19 Mar 2004 02:37:11 +0000 (02:37 +0000)
lisp/info.el

index 3438320beb433f78f446d53bf7537883641ab5a2..773888efa6bbda3e887a36e1739d26e86aa069f9 100644 (file)
@@ -387,7 +387,9 @@ Do the right thing if the file has been compressed or zipped."
       ;; version, so we should look there first.  `Info-insert-dir'
       ;; currently expects to find `alternative' first on the list.
       (cons alternative
-           (reverse (cdr (reverse Info-default-directory-list)))))))
+           ;; Don't drop the last part, it might contain non-Emacs stuff.
+           ;; (reverse (cdr (reverse
+           Info-default-directory-list)))) ;; )))
 
 (defun info-initialize ()
   "Initialize `Info-directory-list', if that hasn't been done yet."