*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Wed, 18 Apr 2001 15:36:20 +0000 (15:36 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 18 Apr 2001 15:36:20 +0000 (15:36 +0000)
lisp/ChangeLog
src/ChangeLog

index b9aaede..30b857a 100644 (file)
@@ -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.
 
index 1f57bf8..e5fee93 100644 (file)
@@ -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