From: Stefan Monnier Date: Fri, 19 Mar 2004 02:37:11 +0000 (+0000) Subject: (Info-default-dirs): Don't ignore last part of I-d-d-l. X-Git-Tag: ttn-vms-21-2-B4~7209 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a025fccf6052c06a0ba0269e8dbd3c58392b02af;p=emacs.git (Info-default-dirs): Don't ignore last part of I-d-d-l. --- diff --git a/lisp/info.el b/lisp/info.el index 3438320beb4..773888efa6b 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -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."