changeset 35551:d990dc9eee73

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 25 Jan 2001 12:40:49 +0000
parents 38b39254db75
children bf541983af82
files ChangeLog src/ChangeLog
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Jan 25 12:40:22 2001 +0000
+++ b/ChangeLog	Thu Jan 25 12:40:49 2001 +0000
@@ -1,3 +1,7 @@
+2001-01-24  Colin Walters  <walters@cis.ohio-state.edu>
+
+	* Makefile.in (tags): Fix typo.
+
 2001-01-13  Kenichi Handa  <handa@etl.go.jp>
 
 	* configure.in: Fix typo in the code setting x_search_path.
--- a/src/ChangeLog	Thu Jan 25 12:40:22 2001 +0000
+++ b/src/ChangeLog	Thu Jan 25 12:40:49 2001 +0000
@@ -1,5 +1,9 @@
 2001-01-25  Gerd Moellmann  <gerd@gnu.org>
 
+	* xdisp.c (echo_area_display): Don't call redisplay_internal
+	when Emacs is shutting down.  We can't run hooks etc. that
+	would be necessary to do a redisplay.
+
 	* lread.c (read_integer): Use type EMACS_INT instead of int.
 
 2001-01-25  Eli Zaretskii  <eliz@is.elta.co.il>