# HG changeset patch # User Dave Love # Date 917043481 0 # Node ID 818bfb5dcae90707cfe56ab3a00b216ee14dea54 # Parent 461616523a163a2140fe3c2f1010c26396487588 #Oops in last change. (Info-default-directory-list): Put sysdir after start. diff -r 461616523a16 -r 818bfb5dcae9 lisp/paths.el --- a/lisp/paths.el Fri Jan 22 22:07:12 1999 +0000 +++ b/lisp/paths.el Fri Jan 22 22:18:01 1999 +0000 @@ -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.