aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2001-12-18 02:15:40 +0000
committerRichard M. Stallman2001-12-18 02:15:40 +0000
commit2ed06289b2f6206fdd425627b5e3ec5840dda6bc (patch)
tree07be006fedc9d4366bf9cbd3683e5d8e685c92b4 /src
parent54cbd790241913fd46612c568ff5c7471fcf1169 (diff)
downloademacs-2ed06289b2f6206fdd425627b5e3ec5840dda6bc.tar.gz
emacs-2ed06289b2f6206fdd425627b5e3ec5840dda6bc.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 46d83df8d36..c935a3b1a05 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5,6 +5,8 @@
5 5
62001-12-17 Richard M. Stallman <rms@gnu.org> 62001-12-17 Richard M. Stallman <rms@gnu.org>
7 7
8 * editfns.c (Fcompare_buffer_substrings): Add QUIT to main loop.
9
8 * coding.c (code_convert_region): Update coding->cmp_data->char_offset 10 * coding.c (code_convert_region): Update coding->cmp_data->char_offset
9 before calling decode_coding. 11 before calling decode_coding.
10 12