diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/startup.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index 5c264749dd6..9ac0f4dd176 100644 --- a/lisp/startup.el +++ b/lisp/startup.el | |||
| @@ -647,7 +647,7 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'." | |||
| 647 | (if (and (stringp (car elt)) | 647 | (if (and (stringp (car elt)) |
| 648 | (not (file-name-absolute-p (car elt)))) | 648 | (not (file-name-absolute-p (car elt)))) |
| 649 | (cons (locate-file (car elt) load-path | 649 | (cons (locate-file (car elt) load-path |
| 650 | load-suffixes) | 650 | (append load-suffixes '(""))) |
| 651 | (cdr elt)) | 651 | (cdr elt)) |
| 652 | elt)) | 652 | elt)) |
| 653 | load-history)) | 653 | load-history)) |