Mercurial > emacs
changeset 37391:a8cdf6a9bab1
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 18 Apr 2001 15:36:20 +0000 |
parents | 2db1b1bb1d18 |
children | 18abdfdd5585 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Apr 18 15:34:35 2001 +0000 +++ b/lisp/ChangeLog Wed Apr 18 15:36:20 2001 +0000 @@ -1,5 +1,8 @@ 2001-04-18 Gerd Moellmann <gerd@gnu.org> + * emacs-lisp/cl-indent.el (toplevel): Comment out the spec + for defmethod. + * comint.el (comint-cr-magic): New function. (toplevel): Add it to comint-preoutput-filter-functions.
--- a/src/ChangeLog Wed Apr 18 15:34:35 2001 +0000 +++ b/src/ChangeLog Wed Apr 18 15:36:20 2001 +0000 @@ -1,3 +1,10 @@ +2001-04-18 Gerd Moellmann <gerd@gnu.org> + + * fileio.c (Finsert_file_contents): If the file size returned from + stat is zero, set END to READ_BUF_SIZE. This makes sure we can + read from files on a procfs whose contents are generated + dynamically. + 2001-04-18 Eli Zaretskii <eliz@is.elta.co.il> * gmalloc.c (__malloc_size_t) [__GNUC__]: If STDC_HEADERS is not