diff options
author | Glenn Morris <rgm@gnu.org> | 2014-01-14 22:06:07 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-01-14 22:06:07 -0500 |
commit | 39c871402ffc2f56bcb1f0c00b4c99ea5bfd7415 (patch) | |
tree | 37e8094a0234f15293f9110b8bdd5805c69c9a13 /src/ChangeLog.7 | |
parent | dac696602de6984ff8e4ce9d6bac9d51ab735cde (diff) | |
download | emacs-39c871402ffc2f56bcb1f0c00b4c99ea5bfd7415.tar.gz |
ChangeLog fixes
Diffstat (limited to 'src/ChangeLog.7')
-rw-r--r-- | src/ChangeLog.7 | 4 |
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 @@ * syntax.c (update_syntax_table): Properly update `position' field of used intervals. - * interval.c (update_interval): Properly update `position' + * intervals.c (update_interval): Properly update `position' field of used intervals. 1998-02-28 Richard Stallman <rms@psilocin.gnu.org> @@ -8530,7 +8530,7 @@ * data.c (Faref, Faset): Adjusted for the new structure of Lisp_Char_Table. - * disptab.c (disp_char_vector): Extern it. + * disptab.h (disp_char_vector): Extern it. (DISP_CHAR_VECTOR): Handle multibyte characters. * fns.c (copy_sub_char_table): New function. |