diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2006-02-27 01:56:19 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2006-02-27 01:56:19 +0000 |
commit | dd4451e037087843da6be8105b318c96c3a98cfb (patch) | |
tree | dc63b59362bfac90fb27f8e4fdd510a4dbcaad4c /lisp/startup.el | |
parent | e18ce91df465653223de913756f5eb2c769057b7 (diff) | |
download | emacs-dd4451e037087843da6be8105b318c96c3a98cfb.tar.gz |
(command-line): Use `get-load-suffixes' instead of `load-suffixes'.
Diffstat (limited to 'lisp/startup.el')
-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 28a501e68a9..2245cb92535 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) |