diff options
| -rw-r--r-- | lisp/startup.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index 3e26aa17409..10fadfbfd77 100644 --- a/lisp/startup.el +++ b/lisp/startup.el | |||
| @@ -647,6 +647,8 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'." | |||
| 647 | 647 | ||
| 648 | ;; Convert preloaded file names in load-history to absolute. | 648 | ;; Convert preloaded file names in load-history to absolute. |
| 649 | (let ((simple-file-name | 649 | (let ((simple-file-name |
| 650 | ;; Look for simple.el or simple.elc and use their directory | ||
| 651 | ;; as the place where all Lisp files live. | ||
| 650 | (locate-file "simple" load-path (get-load-suffixes))) | 652 | (locate-file "simple" load-path (get-load-suffixes))) |
| 651 | lisp-dir) | 653 | lisp-dir) |
| 652 | ;; Don't abort if simple.el cannot be found, but print a warning. | 654 | ;; Don't abort if simple.el cannot be found, but print a warning. |