Mercurial > emacs
diff src/ChangeLog @ 75724:16765a27d0c9
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Thu, 08 Feb 2007 08:53:05 +0000 |
parents | 42f4a247dac2 |
children | 94f458644cb1 |
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>