aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorLuc Teirlinck <[email protected]>2006-02-27 01:56:19 +0000
committerLuc Teirlinck <[email protected]>2006-02-27 01:56:19 +0000
commitdd4451e037087843da6be8105b318c96c3a98cfb (patch)
treedc63b59362bfac90fb27f8e4fdd510a4dbcaad4c /lisp
parente18ce91df465653223de913756f5eb2c769057b7 (diff)
(command-line): Use `get-load-suffixes' instead of `load-suffixes'.
Diffstat (limited to 'lisp')
-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)