Mercurial > emacs
changeset 1673:975c866af92d
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.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sat, 12 Dec 1992 15:22:04 +0000 |
parents | ecf43116a845 |
children | 75e8a7f920c7 |
files | lisp/paths.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.")