summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog3
-rw-r--r--src/ChangeLog7
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b9aaede1359..30b857a213e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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.
diff --git a/src/ChangeLog b/src/ChangeLog
index 1f57bf8a3a3..e5fee939760 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -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