diff options
author | Jim Blandy <jimb@redhat.com> | 1991-12-05 18:54:06 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1991-12-05 18:54:06 +0000 |
commit | 1e6dacf62d66cd5a1685c5fc76152160d4b3fd0a (patch) | |
tree | 948d0cb27c5a6deebfa3a8201cdee16fb6c35080 /lisp/paths.el | |
parent | 4bcffd8e3c5a5ec734e15cf5620fe16ff188cce1 (diff) | |
download | emacs-1e6dacf62d66cd5a1685c5fc76152160d4b3fd0a.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/paths.el')
-rw-r--r-- | lisp/paths.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/paths.el b/lisp/paths.el index fb334c722ed..50a5880eac3 100644 --- a/lisp/paths.el +++ b/lisp/paths.el @@ -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/" |