aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-02-20 14:54:50 +0000
committerGerd Moellmann2001-02-20 14:54:50 +0000
commitab2c5f0a5d33ad00aa02fdf0ebc7611531af1b03 (patch)
tree66020583517c619ab5dde16b8bd0a39548ffa0ec /src/ChangeLog
parentb3ae7a0a1e262405a11ee826a23867e52e099dd9 (diff)
downloademacs-ab2c5f0a5d33ad00aa02fdf0ebc7611531af1b03.tar.gz
emacs-ab2c5f0a5d33ad00aa02fdf0ebc7611531af1b03.zip
(setup_echo_area_for_printing): Set truncate_lines to
nil, otherwise we're left with truncate_lines t when a message is printed with message-truncate-lines bound to t.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4e9cd28e026..1a5941e7026 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12001-02-20 Gerd Moellmann <gerd@gnu.org>
2
3 * xdisp.c (setup_echo_area_for_printing): Set truncate_lines to
4 nil, otherwise we're left with truncate_lines t when a message
5 is printed with message-truncate-lines bound to t.
6
12001-02-19 Gerd Moellmann <gerd@gnu.org> 72001-02-19 Gerd Moellmann <gerd@gnu.org>
2 8
3 * window.c (Fmove_to_window_line): Undo last change. 9 * window.c (Fmove_to_window_line): Undo last change.