diff options
| author | Eli Zaretskii <eliz@gnu.org> | 2010-12-11 14:27:13 +0200 |
|---|---|---|
| committer | Eli Zaretskii <eliz@gnu.org> | 2010-12-11 14:27:13 +0200 |
| commit | f055902693167478ad9affe03bb9398b6140b070 (patch) | |
| tree | 3f55daeae2e7e65054affb6a0c7e77737d826181 /src/ChangeLog | |
| parent | 3c73e30e34593dbd43ac6bdd8b6cdf70f493e3a2 (diff) | |
Code cleanup in xdisp.c regarding string_char_and_length.
xdisp.c (string_pos_nchars_ahead, c_string_pos)
(face_before_or_after_it_pos, next_element_from_string)
(next_element_from_c_string, produce_stretch_glyph): Remove unused
calculations of maximum string length before calling
string_char_and_length and STRING_CHAR_AND_LENGTH.
(string_char_and_length): Update commentary: MAXLEN is no longer
needed.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index af944c32ebd..f2604606982 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2010-12-11 Eli Zaretskii <eliz@gnu.org> + + * xdisp.c (string_pos_nchars_ahead, c_string_pos) + (face_before_or_after_it_pos, next_element_from_string) + (next_element_from_c_string, produce_stretch_glyph): Remove unused + calculations of maximum string length before calling + string_char_and_length and STRING_CHAR_AND_LENGTH. + (string_char_and_length): Update commentary: MAXLEN is no longer + needed. + 2010-12-10 Jan Djärv <jan.h.d@swipnet.se> * keyboard.c (kbd_buffer_get_event): Construct SAVE_SESSION_EVENT |
