Mercurial > emacs
changeset 177:7de1e620fb6b
*** empty log message ***
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Wed, 30 Jan 1991 10:30:18 +0000 |
parents | 30dadf746b07 |
children | 1fe1ce5c6c43 |
files | lisp/paths.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/paths.el Wed Jan 30 10:15:25 1991 +0000 +++ b/lisp/paths.el Wed Jan 30 10:30:18 1991 +0000 @@ -25,7 +25,8 @@ ;; in site-init.el. Do not change this file. (defvar Info-directory-list - (list (expand-file-name "../info/" exec-directory)) + (list "/usr/local/lib/info/" + (expand-file-name "../info/" exec-directory)) "List of directories to search for Info documentation files.") (defvar news-path "/usr/spool/news/"