From dd4451e037087843da6be8105b318c96c3a98cfb Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Mon, 27 Feb 2006 01:56:19 +0000 Subject: [PATCH] (command-line): Use `get-load-suffixes' instead of `load-suffixes'. --- lisp/startup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2