From 9f6fdbf0a2c2d9bb1196a14f2561df44c78cf0e1 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Mon, 27 Feb 2006 01:53:28 +0000 Subject: [PATCH] (load-library): Use `get-load-suffixes' instead of `load-suffixes'. --- lisp/files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/files.el b/lisp/files.el index ab69c7958a9..db3309fcf0a 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -699,7 +699,7 @@ This is an interface to the function `load'." (interactive (list (completing-read "Load library: " 'locate-file-completion - (cons load-path load-suffixes)))) + (cons load-path (get-load-suffixes))))) (load library)) (defun file-remote-p (file) -- 2.39.2