emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/finder.el,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/finder.el,v
Date: Sat, 19 Apr 2008 04:01:18 +0000

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

Index: finder.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/finder.el,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -b -r1.72 -r1.73
--- finder.el   24 Mar 2008 18:43:03 -0000      1.72
+++ finder.el   19 Apr 2008 04:01:16 -0000      1.73
@@ -287,8 +287,8 @@
   (interactive
    (list
     (completing-read "Library name: "
-                    'locate-file-completion
-                    (cons (or find-function-source-path load-path)
+                    (apply-partially 'locate-file-completion-table
+                                      (or find-function-source-path load-path)
                           (find-library-suffixes)))))
   (let* ((str (lm-commentary (find-library-name file))))
     (if (null str)




reply via email to

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