emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/files.el


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el
Date: Mon, 27 Feb 2006 01:53:28 +0000

Index: emacs/lisp/files.el
diff -u emacs/lisp/files.el:1.814 emacs/lisp/files.el:1.815
--- emacs/lisp/files.el:1.814   Tue Feb 21 19:49:55 2006
+++ emacs/lisp/files.el Mon Feb 27 01:53:28 2006
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]