Mercurial > emacs
comparison src/ChangeLog @ 53256:e3db5d1b9a1a
*** empty log message ***
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Tue, 23 Dec 2003 23:08:08 +0000 |
parents | 93225f3cf900 |
children | 13c65f47de38 |
comparison
equal
deleted
inserted
replaced
53255:3b437add35b6 | 53256:e3db5d1b9a1a |
---|---|
1 2003-12-23 Luc Teirlinck <teirllm@auburn.edu> | 1 2003-12-23 Luc Teirlinck <teirllm@auburn.edu> |
2 | 2 |
3 * minibuf.c (read_minibuf): Allow INITIAL to be a cons of a | 3 * fns.c (Frandom, Fstring_make_multibyte): Doc fixes. |
4 string and an integer. Adapt the docstring accordingly. | 4 |
5 * minibuf.c (read_minibuf): Allow INITIAL to be a cons of a string | |
6 and an integer. Adapt the introductory comment accordingly. | |
5 (Fread_from_minibuffer): Delete code moved into read_minibuf. | 7 (Fread_from_minibuffer): Delete code moved into read_minibuf. |
6 Doc fix. | 8 Doc fix. |
7 (Fread_minibuffer, Fread_no_blanks_input): Adapt to changes in | 9 (Fread_minibuffer, Fread_no_blanks_input): Adapt to changes in |
8 read_minibuf. | 10 read_minibuf. |
9 (Fcompleting_read): Delete code moved into read_minibuf. | 11 (Fcompleting_read): Delete code moved into read_minibuf. |