comparison lisp/paths.el @ 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 a5486162a65a
children ba2fcbf5d6a1
comparison
equal deleted inserted replaced
1672:ecf43116a845 1673:975c866af92d
30 ;; in site-init.el. Do not change this file. 30 ;; in site-init.el. Do not change this file.
31 31
32 ;;; Code: 32 ;;; Code:
33 33
34 (defvar Info-default-directory-list 34 (defvar Info-default-directory-list
35 (list "/usr/local/lib/info/" 35 (list "/usr/local/info/"
36 "/usr/local/lib/info/"
36 (expand-file-name "../info/" data-directory)) 37 (expand-file-name "../info/" data-directory))
37 "List of directories to search for Info documentation files.") 38 "List of directories to search for Info documentation files.")
38 39
39 (defvar news-path "/usr/spool/news/" 40 (defvar news-path "/usr/spool/news/"
40 "The root directory below which all news files are stored.") 41 "The root directory below which all news files are stored.")