diff options
| -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 920fe717377..1f5c63d6993 100644 --- a/lisp/startup.el +++ b/lisp/startup.el | |||
| @@ -351,7 +351,7 @@ from being initialized." | |||
| 351 | (setq pending (nconc pending | 351 | (setq pending (nconc pending |
| 352 | (list (expand-file-name (car contents))))))) | 352 | (list (expand-file-name (car contents))))))) |
| 353 | (setq contents (cdr contents))))) | 353 | (setq contents (cdr contents))))) |
| 354 | (normal-top-level-add-to-load-path dirs))) | 354 | (normal-top-level-add-to-load-path (cdr (nreverse dirs))))) |
| 355 | 355 | ||
| 356 | ;; This function is called from the subdirs.el file. | 356 | ;; This function is called from the subdirs.el file. |
| 357 | (defun normal-top-level-add-to-load-path (dirs) | 357 | (defun normal-top-level-add-to-load-path (dirs) |