diff options
| author | Luc Teirlinck | 2003-12-24 00:21:03 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2003-12-24 00:21:03 +0000 |
| commit | 000eeb15879bc8d158e55551d7927cee0ee174c6 (patch) | |
| tree | 08b64dedc2e89e61b23e7e8ed8da7722fff0575d /src/ChangeLog | |
| parent | ac1106fcce4c9a0b11b659494a8e8ae2f1640e92 (diff) | |
| download | emacs-000eeb15879bc8d158e55551d7927cee0ee174c6.tar.gz emacs-000eeb15879bc8d158e55551d7927cee0ee174c6.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e3147738f33..c9cf8c71531 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | 2003-12-23 Luc Teirlinck <teirllm@auburn.edu> | 1 | 2003-12-23 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 2 | ||
| 3 | * fns.c (Frandom, Fstring_make_multibyte): Doc fixes. | 3 | * fns.c (Frandom, Fstring_make_multibyte, Fset_char_table_range): |
| 4 | Doc fixes. | ||
| 4 | 5 | ||
| 5 | * minibuf.c (read_minibuf): Allow INITIAL to be a cons of a string | 6 | * minibuf.c (read_minibuf): Allow INITIAL to be a cons of a string |
| 6 | and an integer. Adapt the introductory comment accordingly. | 7 | and an integer. Adapt the introductory comment accordingly. |