diff lisp/ChangeLog @ 94181:959a3833d833

* 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.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 19 Apr 2008 03:33:13 +0000
parents 114d8f4904d0
children bade431b9780
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Apr 19 03:23:15 2008 +0000
+++ b/lisp/ChangeLog	Sat Apr 19 03:33:13 2008 +0000
@@ -1,5 +1,14 @@
 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* 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.