Mercurial > emacs
changeset 75721:42f4a247dac2
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Thu, 08 Feb 2007 00:07:00 +0000 |
parents | d93f8cf55f80 |
children | 7dcd1e8402e4 |
files | admin/FOR-RELEASE src/ChangeLog |
diffstat | 2 files changed, 8 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/admin/FOR-RELEASE Thu Feb 08 00:06:43 2007 +0000 +++ b/admin/FOR-RELEASE Thu Feb 08 00:07:00 2007 +0000 @@ -54,12 +54,6 @@ * BUGS -** The 2007-01-30 change to minibuf.c must be fixed!! -So far we know that it broke: - - C-x C-f TAB TAB common prefix highlighting - - partial-completion-mode - - file-name-shadow-mode - ** W3 status with latest url package. ** Fix up copyright confusions.
--- a/src/ChangeLog Thu Feb 08 00:06:43 2007 +0000 +++ b/src/ChangeLog Thu Feb 08 00:07:00 2007 +0000 @@ -1,3 +1,11 @@ +2007-02-08 Kim F. Storm <storm@cua.dk> + + * 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. + (syms_of_minibuf) <minibuffer-completing-file-name>: Document lambda. + 2007-02-07 Juanma Barranquero <lekktu@gmail.com> * makefile.w32-in ($(TRES)): Use literal "../nt/emacs.rc" instead