Mercurial > emacs
comparison src/ChangeLog @ 55510:2b15e893127e
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 10 May 2004 18:18:23 +0000 |
parents | 0658d9d79cd7 |
children | e862a78a46da |
comparison
equal
deleted
inserted
replaced
55509:dbf692d994dc | 55510:2b15e893127e |
---|---|
1 2004-05-10 Juanma Barranquero <lektu@terra.es> | |
2 | |
3 * process.c (Fstart_process): Fix docstring. | |
4 | |
5 * charset.c (Fget_unused_iso_final_char): Fix typos in docstring. | |
6 (Fchar_bytes, Fchar_width, Fstring_width, Fchar_direction) | |
7 (Fsplit_char, Fchar_charset): Make argument names match their use | |
8 in docstring. | |
9 | |
1 2004-05-10 Richard M. Stallman <rms@gnu.org> | 10 2004-05-10 Richard M. Stallman <rms@gnu.org> |
2 | 11 |
3 * print.c (print_preprocess): Use being_printed, loop_count and | 12 * print.c (print_preprocess): Use being_printed, loop_count and |
4 halftail to detect overdeep nesting and cyclic cdr chains. | 13 halftail to detect overdeep nesting and cyclic cdr chains. |
5 | 14 |