changeset 75724:16765a27d0c9

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Thu, 08 Feb 2007 08:53:05 +0000
parents af222c2a16b5
children 55bd832be66b
files src/ChangeLog
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu Feb 08 06:31:28 2007 +0000
+++ b/src/ChangeLog	Thu Feb 08 08:53:05 2007 +0000
@@ -2,8 +2,7 @@
 
 	* minibuf.c (read_minibuf): Fix 2007-01-30 change.
 	Use Qlambda as interrim value of Vminibuffer_completing_file_name.
-	(Fcompleting_read, do_completion, Fminibuffer_complete_word):
-	If Vminibuffer_completing_file_name equals Qlambda, treat it as Qnil.
+	(Fcompleting_read): Use non-filename maps if value is Qlambda (or Qnil).
 	(syms_of_minibuf) <minibuffer-completing-file-name>: Document lambda.
 
 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>