]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJim Blandy <jimb@redhat.com>
Wed, 30 Jan 1991 10:30:18 +0000 (10:30 +0000)
committerJim Blandy <jimb@redhat.com>
Wed, 30 Jan 1991 10:30:18 +0000 (10:30 +0000)
lisp/paths.el

index 0b3f368f5d5d034fd8f7d65819e90bbe3915c48e..66391e3189865659ed69b87eb92571bb6f780b23 100644 (file)
@@ -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/"