From: Luc Teirlinck Date: Mon, 27 Feb 2006 01:53:28 +0000 (+0000) Subject: (load-library): Use `get-load-suffixes' instead of `load-suffixes'. X-Git-Tag: emacs-pretest-22.0.90~3890 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9f6fdbf0a2c2d9bb1196a14f2561df44c78cf0e1;p=emacs.git (load-library): Use `get-load-suffixes' instead of `load-suffixes'. --- 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)