aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-09-26 15:30:07 +0000
committerGerd Moellmann2001-09-26 15:30:07 +0000
commitb02439c895f5c4c9b0e02ea273bbddd3285e934b (patch)
treec23e1a8ffb0d0641c390dac1a425265fe4f37365 /src/ChangeLog
parentb08bd2df8f2921aa10d0487a0801c137f67bacc2 (diff)
downloademacs-b02439c895f5c4c9b0e02ea273bbddd3285e934b.tar.gz
emacs-b02439c895f5c4c9b0e02ea273bbddd3285e934b.zip
(Finsert_file_contents): If REPLACE is non-nil, stop
reading at EOF.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index bf9f1ee228c..0ed1353ff76 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12001-09-26 Gerd Moellmann <gerd@gnu.org> 12001-09-26 Gerd Moellmann <gerd@gnu.org>
2 2
3 * fileio.c (Finsert_file_contents): If REPLACE is non-nil, stop
4 reading at EOF.
5
3 * xdisp.c (with_echo_area_buffer): Use echo_kboard instead 6 * xdisp.c (with_echo_area_buffer): Use echo_kboard instead
4 of the only temporarily set echoing flag for deciding when 7 of the only temporarily set echoing flag for deciding when
5 the cancel echoing. 8 the cancel echoing.