aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/startup.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 28a501e68a..2245cb9253 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -646,7 +646,7 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'."
(let ((lisp-dir
(file-name-directory
(locate-file "simple" load-path
- load-suffixes))))
+ (get-load-suffixes)))))
(setq load-history
(mapcar (lambda (elt)