diff options
| author | Kenichi Handa | 2000-05-23 02:25:11 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-05-23 02:25:11 +0000 |
| commit | 0574a2ed1c0e9dd63816fc88eabc64489d9f39c3 (patch) | |
| tree | ce4c81e541bb047b07609264bac620625bb5c5e2 /src/ChangeLog | |
| parent | 8d76911517ef7cefc7939845e920145ef89282f7 (diff) | |
| download | emacs-0574a2ed1c0e9dd63816fc88eabc64489d9f39c3.tar.gz emacs-0574a2ed1c0e9dd63816fc88eabc64489d9f39c3.zip | |
(skip_chars): FETCH_STRING_CHAR_ADVANCE unconditionally.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4dc8a149929..5944c18a4f2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2000-05-23 Kenichi Handa <handa@etl.go.jp> | 1 | 2000-05-23 Kenichi Handa <handa@etl.go.jp> |
| 2 | 2 | ||
| 3 | * syntax.c (skip_chars): Use FETCH_STRING_CHAR_ADVANCE | ||
| 4 | unconditionally. | ||
| 5 | |||
| 3 | * msdos.c (IT_write_glyphs): Set coding->src_multibyte to 1. | 6 | * msdos.c (IT_write_glyphs): Set coding->src_multibyte to 1. |
| 4 | 7 | ||
| 5 | * term.c (encode_terminal_code): Set coding->src_multibyte | 8 | * term.c (encode_terminal_code): Set coding->src_multibyte |