comparison src/ChangeLog @ 42462:b72bc440aed5

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 01 Jan 2002 07:23:41 +0000
parents aa6c345a4af0
children af8997058de5
comparison
equal deleted inserted replaced
42461:c28b5df30ea0 42462:b72bc440aed5
1 2002-01-01 Richard M. Stallman <rms@gnu.org>
2
3 * print.c (print_object): Test print_escape_nonascii only for
4 unibyte strings.
5 (PRINTPREPARE): Once again bind Qprint_escape_nonascii
6 when outputting to a multibyte buffer.
7
1 2001-12-29 Richard M. Stallman <rms@gnu.org> 8 2001-12-29 Richard M. Stallman <rms@gnu.org>
2 9
3 * print.c (print_object): In multibyte string, use hex escapes. 10 * print.c (print_object): In multibyte string, use hex escapes.
4 Use octal only for unibyte strings. 11 Use octal only for unibyte strings.
5 (PRINTPREPARE): Don't ever set Qprint_escape_nonascii. 12 (PRINTPREPARE): Don't ever set Qprint_escape_nonascii.