aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/files.el2
1 files changed, 1 insertions, 1 deletions
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'."
699 (interactive 699 (interactive
700 (list (completing-read "Load library: " 700 (list (completing-read "Load library: "
701 'locate-file-completion 701 'locate-file-completion
702 (cons load-path load-suffixes)))) 702 (cons load-path (get-load-suffixes)))))
703 (load library)) 703 (load library))
704 704
705(defun file-remote-p (file) 705(defun file-remote-p (file)