diff options
| author | Kenichi Handa | 2000-02-17 08:19:21 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-02-17 08:19:21 +0000 |
| commit | 4a09dee02e347478af9bd303808be810f57210a8 (patch) | |
| tree | f878b5e8e9e53594be99b20189bc18955afaf306 /src/ChangeLog | |
| parent | bfc17d180a28684be8c2a5e084737d607460d532 (diff) | |
| download | emacs-4a09dee02e347478af9bd303808be810f57210a8.tar.gz emacs-4a09dee02e347478af9bd303808be810f57210a8.zip | |
(decode_mode_spec_coding): Delete superfluous code.
Allocate sufficient memory for eol_str in the case that eoltype is
Lisp_Int.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 26bade582a5..1a9caae17e3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | 2000-02-17 Kenichi Handa <handa@etl.go.jp> | 1 | 2000-02-17 Kenichi Handa <handa@etl.go.jp> |
| 2 | 2 | ||
| 3 | * xdisp.c (decode_mode_spec_coding): Delete superfluous code. | 3 | * xdisp.c (decode_mode_spec_coding): Delete superfluous code to |
| 4 | Allocate sufficient memory for eol_str in the case that eoltype is | 4 | avoid infinite error signaling. Allocate sufficient memory for |
| 5 | Lisp_Int. | 5 | eol_str in the case that eoltype is Lisp_Int. |
| 6 | 6 | ||
| 7 | 2000-02-17 Stefan Monnier <monnier@cs.yale.edu> | 7 | 2000-02-17 Stefan Monnier <monnier@cs.yale.edu> |
| 8 | 8 | ||