Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5805:8139bdf8db04
buffer.c, pass a character, not a fixnum, as second arg to #'make-string
src/ChangeLog addition:
2014-08-03 Aidan Kehoe <kehoea@parhasard.net>
[...]
* buffer.c (finish_init_buffer):
Pass a character as the second argument to #'make-string, not a
fixnum.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 03 Aug 2014 20:25:03 +0100 |
parents | 75435be92103 |
children | 2f22818d92d4 |
comparison
equal
deleted
inserted
replaced
5804:75435be92103 | 5805:8139bdf8db04 |
---|---|
3 * event-stream.c (allocate_command_builder): | 3 * event-stream.c (allocate_command_builder): |
4 * event-stream.c (Fnext_event): | 4 * event-stream.c (Fnext_event): |
5 Use #'make-string rather than make_uninit_string() when allocating | 5 Use #'make-string rather than make_uninit_string() when allocating |
6 the command builder's echo_buf, avoiding having octets in the | 6 the command builder's echo_buf, avoiding having octets in the |
7 string that do not correspond to valid internal-format text. | 7 string that do not correspond to valid internal-format text. |
8 * buffer.c (finish_init_buffer): | |
9 Pass a character as the second argument to #'make-string, not a | |
10 fixnum. | |
8 | 11 |
9 2014-07-14 Aidan Kehoe <kehoea@parhasard.net> | 12 2014-07-14 Aidan Kehoe <kehoea@parhasard.net> |
10 | 13 |
11 * event-stream.c: | 14 * event-stream.c: |
12 * event-stream.c (mark_command_builder): | 15 * event-stream.c (mark_command_builder): |