]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Tue, 1 Jan 2002 07:23:41 +0000 (07:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 1 Jan 2002 07:23:41 +0000 (07:23 +0000)
lisp/ChangeLog
src/ChangeLog

index 2c2fb06e0f7c332dbf92267fbe739bfa28952118..736f6ada50774f8014ae9ee4f8e42bf55cd3895b 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-01  Richard M. Stallman  <rms@gnu.org>
+
+       * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
+
 2001-12-31  Richard M. Stallman  <rms@gnu.org>
 
        * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
index 0f284176d7f4b73c373db6dfea1bda0fef5bc5de..955b1e81f69dff5ab2f93b1fc2d8bd819375ddb6 100644 (file)
@@ -1,3 +1,10 @@
+2002-01-01  Richard M. Stallman  <rms@gnu.org>
+
+       * print.c (print_object): Test print_escape_nonascii only for
+       unibyte strings.
+       (PRINTPREPARE): Once again bind Qprint_escape_nonascii
+       when outputting to a multibyte buffer.
+
 2001-12-29  Richard M. Stallman  <rms@gnu.org>
 
        * print.c (print_object): In multibyte string, use hex escapes.