diff options
| author | Dave Love | 1999-01-22 22:18:01 +0000 |
|---|---|---|
| committer | Dave Love | 1999-01-22 22:18:01 +0000 |
| commit | 6d4e95cbf63b2d56479431fde63eeb8e25768602 (patch) | |
| tree | 5136cb3b9401f9f1a195359a059eae1018f48000 /lisp | |
| parent | 4439cce1e76d70b56e963e0f29bdf790c59ca1a0 (diff) | |
| download | emacs-6d4e95cbf63b2d56479431fde63eeb8e25768602.tar.gz emacs-6d4e95cbf63b2d56479431fde63eeb8e25768602.zip | |
#Oops in last change.
(Info-default-directory-list): Put sysdir after start.
Diffstat (limited to 'lisp')
| -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 08911c8be7d..b2b32ac2e4f 100644 --- a/lisp/paths.el +++ b/lisp/paths.el | |||
| @@ -51,7 +51,7 @@ | |||
| 51 | (not (string= configure-info-directory usrdir)) | 51 | (not (string= configure-info-directory usrdir)) |
| 52 | (list usrdir))) | 52 | (list usrdir))) |
| 53 | (configdir (file-name-as-directory configure-info-directory))) | 53 | (configdir (file-name-as-directory configure-info-directory))) |
| 54 | (setq start (nconc start (list configdir) sysdir)) | 54 | (setq start (nconc start sysdir (list configdir))) |
| 55 | start) | 55 | start) |
| 56 | "Default list of directories to search for Info documentation files. | 56 | "Default list of directories to search for Info documentation files. |
| 57 | They are searched in the order they are given in the list. | 57 | They are searched in the order they are given in the list. |