Mercurial > emacs
comparison src/ChangeLog @ 51040:cdd70d6da48d
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 17 May 2003 15:53:12 +0000 |
parents | 7951cc19aaf1 |
children | 2d746ed41a7c |
comparison
equal
deleted
inserted
replaced
51039:e7e3f38afa3e | 51040:cdd70d6da48d |
---|---|
1 2003-05-17 Richard M. Stallman <rms@gnu.org> | 1 2003-05-17 Richard M. Stallman <rms@gnu.org> |
2 | |
3 * minibuf.c (read_minibuf): If buffer is empty, record the default | |
4 in the history. | |
5 (Fminibuffer_complete_word): When deleting the overlap, take account | |
6 of its real position. | |
7 | |
8 * fns.c (map_char_table): Fix previous change. | |
2 | 9 |
3 * syntax.c (find_defun_start): | 10 * syntax.c (find_defun_start): |
4 When open_paren_in_column_0_is_defun_start, | 11 When open_paren_in_column_0_is_defun_start, |
5 return beginning of buffer. | 12 return beginning of buffer. |
6 | 13 |