diff options
| author | Eli Zaretskii | 2000-11-23 20:37:45 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-11-23 20:37:45 +0000 |
| commit | 2bcdf6628b2e67d770605f1e37c25a2533e9460b (patch) | |
| tree | 163ef87cb7064fb569ef91f560b84a7b29d73b04 /src/ChangeLog | |
| parent | 34f70eda7f649abf733481672d7925e6e9aa61bb (diff) | |
| download | emacs-2bcdf6628b2e67d770605f1e37c25a2533e9460b.tar.gz emacs-2bcdf6628b2e67d770605f1e37c25a2533e9460b.zip | |
(decode_coding_emacs_mule): Fix the case of
CODING_EOL_LF, which used an uninitialized value of c.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0705bb33a5d..65395237df8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * coding.c (decode_coding_emacs_mule): Fix the case of | ||
| 4 | CODING_EOL_LF, which used uninitialized value of c. | ||
| 5 | |||
| 1 | 2000-11-23 Stefan Monnier <monnier@cs.yale.edu> | 6 | 2000-11-23 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 7 | ||
| 3 | * xdisp.c (syms_of_xdisp): Make fontification-functions buffer-local. | 8 | * xdisp.c (syms_of_xdisp): Make fontification-functions buffer-local. |