aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2000-04-03 11:10:05 +0000
committerKenichi Handa2000-04-03 11:10:05 +0000
commit3a100fd68d3b2e33db1540fa81bdefba875b3818 (patch)
tree4b5f577366805c2c08c455422e3fa7b9d77ac9c9
parent993b2a7dd4fdb4960ac5a022eac0307c6881211c (diff)
downloademacs-3a100fd68d3b2e33db1540fa81bdefba875b3818.tar.gz
emacs-3a100fd68d3b2e33db1540fa81bdefba875b3818.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b16d5606cc1..7cf587a7e98 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,7 +2,8 @@
2 2
3 * international/mule-cmds.el (encoded-string-description): 3 * international/mule-cmds.el (encoded-string-description):
4 Rewritten. Try pretty description for ISO 2022 escape sequences 4 Rewritten. Try pretty description for ISO 2022 escape sequences
5 only if CODING-SYSTEM is based on ISO 2022. 5 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
6 for hexadecimal format.
6 7
72000-04-01 Dave Love <fx@gnu.org> 82000-04-01 Dave Love <fx@gnu.org>
8 9