aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2008-05-20 10:13:17 +0000
committerJuanma Barranquero2008-05-20 10:13:17 +0000
commitc0dc8f895cb2cf958b8c63323baffed0b6e7eadd (patch)
tree02b3fa92b84359a1d35da27e0f989b7ba4f678d2 /src
parent1285557220b19dccf382eb9f84f2b8fa6278d2e5 (diff)
downloademacs-c0dc8f895cb2cf958b8c63323baffed0b6e7eadd.tar.gz
emacs-c0dc8f895cb2cf958b8c63323baffed0b6e7eadd.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.82
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog.8 b/src/ChangeLog.8
index ff49b9003c5..9387181e7ac 100644
--- a/src/ChangeLog.8
+++ b/src/ChangeLog.8
@@ -13389,7 +13389,7 @@
13389 * coding.c (setup_coding_system): Fix setting up 13389 * coding.c (setup_coding_system): Fix setting up
13390 coding->spec.ccl.valid_codes for CCL based coding system. 13390 coding->spec.ccl.valid_codes for CCL based coding system.
13391 (code_convert_region): Set point to FROM before inserting the 13391 (code_convert_region): Set point to FROM before inserting the
13392 result of pre-write-funciton. Preserve original point. 13392 result of pre-write-function. Preserve original point.
13393 (code_convert_string): If coding->type is coding_type_ccl, do 13393 (code_convert_string): If coding->type is coding_type_ccl, do
13394 conversion even if the length of conversion region is zero. 13394 conversion even if the length of conversion region is zero.
13395 13395