# HG changeset patch # User Luc Teirlinck # Date 1141005208 0 # Node ID 19020d531a4a05162676b70d73cb5f30b6a362d2 # Parent d70e9ee4bf886c927e9ccd76a19b3102910946b5 (load-library): Use `get-load-suffixes' instead of `load-suffixes'. diff -r d70e9ee4bf88 -r 19020d531a4a lisp/files.el --- a/lisp/files.el Mon Feb 27 01:51:17 2006 +0000 +++ b/lisp/files.el Mon Feb 27 01:53:28 2006 +0000 @@ -699,7 +699,7 @@ (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)