Mercurial > emacs
comparison src/ChangeLog @ 106185:f2cea199b0c4
* character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove
ignored second argument. All callers changed.
* regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
(RE_STRING_CHAR_AND_LENGTH): Likewise.
* xdisp.c (string_char_and_length): Likewise.
author | Andreas Schwab <schwab@linux-m68k.org> |
---|---|
date | Sat, 21 Nov 2009 11:52:23 +0000 |
parents | cb523092ddfd |
children | 9b6f45dd8386 |
comparison
equal
deleted
inserted
replaced
106184:0579465d2619 | 106185:f2cea199b0c4 |
---|---|
1 2009-11-21 Andreas Schwab <schwab@linux-m68k.org> | |
2 | |
3 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove | |
4 ignored second argument. All callers changed. | |
5 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR) | |
6 (RE_STRING_CHAR_AND_LENGTH): Likewise. | |
7 * xdisp.c (string_char_and_length): Likewise. | |
8 | |
1 2009-11-21 Dan Nicolaescu <dann@ics.uci.edu> | 9 2009-11-21 Dan Nicolaescu <dann@ics.uci.edu> |
2 | 10 |
3 * xterm.c (x_new_font): | 11 * xterm.c (x_new_font): |
4 * print.c (print_object): | 12 * print.c (print_object): |
5 * cmds.c (Fself_insert_command): Move declarations before statements. | 13 * cmds.c (Fself_insert_command): Move declarations before statements. |