aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog.7
diff options
context:
space:
mode:
authorGlenn Morris2014-01-14 22:06:07 -0500
committerGlenn Morris2014-01-14 22:06:07 -0500
commit39c871402ffc2f56bcb1f0c00b4c99ea5bfd7415 (patch)
tree37e8094a0234f15293f9110b8bdd5805c69c9a13 /src/ChangeLog.7
parentdac696602de6984ff8e4ce9d6bac9d51ab735cde (diff)
downloademacs-39c871402ffc2f56bcb1f0c00b4c99ea5bfd7415.tar.gz
emacs-39c871402ffc2f56bcb1f0c00b4c99ea5bfd7415.zip
ChangeLog fixes
Diffstat (limited to 'src/ChangeLog.7')
-rw-r--r--src/ChangeLog.74
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog.7 b/src/ChangeLog.7
index f80957ebf0c..c43ab88fff6 100644
--- a/src/ChangeLog.7
+++ b/src/ChangeLog.7
@@ -3201,7 +3201,7 @@
3201 * syntax.c (update_syntax_table): Properly update `position' 3201 * syntax.c (update_syntax_table): Properly update `position'
3202 field of used intervals. 3202 field of used intervals.
3203 3203
3204 * interval.c (update_interval): Properly update `position' 3204 * intervals.c (update_interval): Properly update `position'
3205 field of used intervals. 3205 field of used intervals.
3206 3206
32071998-02-28 Richard Stallman <rms@psilocin.gnu.org> 32071998-02-28 Richard Stallman <rms@psilocin.gnu.org>
@@ -8530,7 +8530,7 @@
8530 * data.c (Faref, Faset): Adjusted for the new structure of 8530 * data.c (Faref, Faset): Adjusted for the new structure of
8531 Lisp_Char_Table. 8531 Lisp_Char_Table.
8532 8532
8533 * disptab.c (disp_char_vector): Extern it. 8533 * disptab.h (disp_char_vector): Extern it.
8534 (DISP_CHAR_VECTOR): Handle multibyte characters. 8534 (DISP_CHAR_VECTOR): Handle multibyte characters.
8535 8535
8536 * fns.c (copy_sub_char_table): New function. 8536 * fns.c (copy_sub_char_table): New function.