diff options
| author | Richard M. Stallman | 2002-01-01 07:23:41 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-01-01 07:23:41 +0000 |
| commit | 1996baeec097efe3e77bff7b0413bd03557b9c15 (patch) | |
| tree | 220683e1fafd9500f90a5ca89995c08f29a6ee86 /src | |
| parent | b6e8d2388cca2c20b76b9e40c75d01848fbf9e82 (diff) | |
| download | emacs-1996baeec097efe3e77bff7b0413bd03557b9c15.tar.gz emacs-1996baeec097efe3e77bff7b0413bd03557b9c15.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0f284176d7f..955b1e81f69 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 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. |