From a025fccf6052c06a0ba0269e8dbd3c58392b02af Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 19 Mar 2004 02:37:11 +0000 Subject: [PATCH] (Info-default-dirs): Don't ignore last part of I-d-d-l. --- lisp/info.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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." -- 2.39.2