From 6d4e95cbf63b2d56479431fde63eeb8e25768602 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Fri, 22 Jan 1999 22:18:01 +0000 Subject: [PATCH] #Oops in last change. (Info-default-directory-list): Put sysdir after start. --- lisp/paths.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/paths.el b/lisp/paths.el index 08911c8be7d..b2b32ac2e4f 100644 --- a/lisp/paths.el +++ b/lisp/paths.el @@ -51,7 +51,7 @@ (not (string= configure-info-directory usrdir)) (list usrdir))) (configdir (file-name-as-directory configure-info-directory))) - (setq start (nconc start (list configdir) sysdir)) + (setq start (nconc start sysdir (list configdir))) start) "Default list of directories to search for Info documentation files. They are searched in the order they are given in the list. -- 2.39.2