# HG changeset patch # User Kim F. Storm # Date 1170924785 0 # Node ID 16765a27d0c988b64f1095f623b8b245246756ef # Parent af222c2a16b54fa4946fef60ec0b1e8f30cc14cd *** empty log message *** diff -r af222c2a16b5 -r 16765a27d0c9 src/ChangeLog --- 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) : Document lambda. 2007-02-07 Juanma Barranquero