diff options
| author | Glenn Morris | 2013-10-09 21:29:30 -0400 |
|---|---|---|
| committer | Glenn Morris | 2013-10-09 21:29:30 -0400 |
| commit | 4b5a548d595a41b9cf226e9c5510c1fc0b5e2f6e (patch) | |
| tree | f4c1a604a166fe425a2773a4ea29cec5c6c76f02 /lib-src/ChangeLog | |
| parent | c6e8ae77b327df99219031e56c7938981f63b4c9 (diff) | |
| download | emacs-4b5a548d595a41b9cf226e9c5510c1fc0b5e2f6e.tar.gz emacs-4b5a548d595a41b9cf226e9c5510c1fc0b5e2f6e.zip | |
* lib-src/make-docfile.c (search_lisp_doc_at_eol): Use int rather than char
with getc.
Fixes: debbugs:15481
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 1186a0c025c..0b91cc4887f 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-10-10 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * make-docfile.c (search_lisp_doc_at_eol): | ||
| 4 | Use int rather than char with getc. (Bug#15481) | ||
| 5 | |||
| 1 | 2013-09-20 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2013-09-20 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 7 | ||
| 3 | A simpler, centralized INLINE. | 8 | A simpler, centralized INLINE. |