Mercurial > emacs
comparison src/ChangeLog @ 40737:25cca1817b9e
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 05 Nov 2001 04:20:14 +0000 |
parents | 650fb912b343 |
children | 1c1a1f868612 |
comparison
equal
deleted
inserted
replaced
40736:d6395595f8ac | 40737:25cca1817b9e |
---|---|
1 2001-11-04 Richard M. Stallman <rms@gnu.org> | 1 2001-11-04 Richard M. Stallman <rms@gnu.org> |
2 | |
3 * buffer.c (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL | |
4 and CHECK_BUFFER. | |
5 | |
6 * keyboard.c (read_char): Use Fcar and Fcdr, not Fnth. | |
7 (record_char): Likewise. | |
8 | |
9 * keyboard.c (make_lispy_event): Don't insist a drag event must | |
10 move to a different buffer position. Instead, check for moving at | |
11 least double_click_fuzz. | |
12 | |
13 * fns.c (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength. | |
14 | |
15 * keyboard.c (echo-area-clear-hook): Undo Oct 29 change. | |
2 | 16 |
3 * indent.c (current_column_1, Fmove_to_column): Separate the code | 17 * indent.c (current_column_1, Fmove_to_column): Separate the code |
4 for display-table glyphs from the code buffer text, to fix | 18 for display-table glyphs from the code buffer text, to fix |
5 bugs in the former. | 19 bugs in the former. |
6 | 20 |