# HG changeset patch # User Jim Blandy # Date 724173724 0 # Node ID 975c866af92d8c15ee2845fe1c574592914331b6 # Parent ecf43116a845aa50e704d28a328d73e5f4cc8f69 Sat Dec 12 03:22:57 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu) * paths.el (Info-default-directory-list): The info files are supposed to be in /usr/local/info these days. Add it to the list of directories to search. diff -r ecf43116a845 -r 975c866af92d lisp/paths.el --- a/lisp/paths.el Sat Dec 12 15:21:45 1992 +0000 +++ b/lisp/paths.el Sat Dec 12 15:22:04 1992 +0000 @@ -32,7 +32,8 @@ ;;; Code: (defvar Info-default-directory-list - (list "/usr/local/lib/info/" + (list "/usr/local/info/" + "/usr/local/lib/info/" (expand-file-name "../info/" data-directory)) "List of directories to search for Info documentation files.")