aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann1999-11-14 16:37:23 +0000
committerGerd Moellmann1999-11-14 16:37:23 +0000
commit5bcfeb490ea59d6d58c8f30f6840995b8818763d (patch)
treead4bbf1963ac76dd22901974c77c59db7cf35ca0 /src/ChangeLog
parent887d6f8094b58211064e3f3b8860df9509b3ef52 (diff)
downloademacs-5bcfeb490ea59d6d58c8f30f6840995b8818763d.tar.gz
emacs-5bcfeb490ea59d6d58c8f30f6840995b8818763d.zip
(ensure_echo_area_buffers): New.
(with_echo_area_buffer): Use it. (setup_echo_area_for_printing): Ditto.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b4d26a26abe..63525b0f2d6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
11999-11-14 Gerd Moellmann <gerd@gnu.org> 11999-11-14 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xdisp.c (ensure_echo_area_buffers): New.
4 (with_echo_area_buffer): Use it.
5 (setup_echo_area_for_printing): Ditto.
6
3 * buffer.c (indicate-empty-lines): Doc-fix. 7 * buffer.c (indicate-empty-lines): Doc-fix.
4 8
51999-11-12 Gerd Moellmann <gerd@gnu.org> 91999-11-12 Gerd Moellmann <gerd@gnu.org>