emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Sat, 19 Apr 2008 03:33:14 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/04/19 03:33:13

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.13488
retrieving revision 1.13489
diff -u -b -r1.13488 -r1.13489
--- ChangeLog   19 Apr 2008 03:23:12 -0000      1.13488
+++ ChangeLog   19 Apr 2008 03:33:10 -0000      1.13489
@@ -1,5 +1,14 @@
 2008-04-19  Stefan Monnier  <address@hidden>
 
+       * files.el (locate-file-completion-table): Rename from
+       locate-file-completion and make it use `pred' in the normal way.
+       (locate-file-completion): New compatibility wrapper.
+       (load-library): Use locate-file-completion-table.
+       * emacs-lisp/find-func.el (find-library): Likewise.
+       * info.el: Use with-current-buffer and inhibit-read-only.
+       (Info-read-node-name-2): Change to use `predicate' in the normal way.
+       (Info-read-node-name-1): Adjust uses accordingly.
+
        * minibuffer.el (completion-table-with-context): Add support for `pred'.
        (completion-table-with-terminator): Don't use complete-with-action
        since we have to distinguish all three cases anyway.




reply via email to

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