diff lisp/paths.el @ 444:4cec2e6d4f9e

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Thu, 05 Dec 1991 18:54:06 +0000
parents 4dfee0c58c2a
children 505130d1ddf8
line wrap: on
line diff
--- a/lisp/paths.el	Wed Dec 04 22:51:54 1991 +0000
+++ b/lisp/paths.el	Thu Dec 05 18:54:06 1991 +0000
@@ -26,7 +26,7 @@
 
 (defvar Info-default-directory-list
   (list "/usr/local/lib/info/"
-	(expand-file-name "../info/" exec-directory))
+	(expand-file-name "../info/" data-directory))
   "List of directories to search for Info documentation files.")
 
 (defvar news-path "/usr/spool/news/"