aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2000-02-17 08:19:21 +0000
committerKenichi Handa2000-02-17 08:19:21 +0000
commit4a09dee02e347478af9bd303808be810f57210a8 (patch)
treef878b5e8e9e53594be99b20189bc18955afaf306 /src/ChangeLog
parentbfc17d180a28684be8c2a5e084737d607460d532 (diff)
downloademacs-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/ChangeLog6
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 @@
12000-02-17 Kenichi Handa <handa@etl.go.jp> 12000-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
72000-02-17 Stefan Monnier <monnier@cs.yale.edu> 72000-02-17 Stefan Monnier <monnier@cs.yale.edu>
8 8