emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/doc/lispintro/emacs-lisp-intro.texi, v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/doc/lispintro/emacs-lisp-intro.texi, v
Date: Sat, 19 Apr 2008 19:35:47 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/04/19 19:35:47

Index: emacs-lisp-intro.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispintro/emacs-lisp-intro.texi,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- emacs-lisp-intro.texi       31 Jan 2008 02:24:20 -0000      1.6
+++ emacs-lisp-intro.texi       19 Apr 2008 19:35:46 -0000      1.7
@@ -17771,8 +17771,9 @@
 This is an interface to the function `load'."
   (interactive
    (list (completing-read "Load library: "
-                          'locate-file-completion
-                          (cons load-path (get-load-suffixes)))))
+                         (apply-partially 'locate-file-completion-table
+                                           load-path
+                                           (get-load-suffixes)))))
   (load library))
 @end group
 @end smallexample




reply via email to

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