From: Gerd Moellmann Date: Thu, 25 Jan 2001 12:40:49 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.96~93 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e1e441f9c8e9a2fcdb6afa289cd6c938d6ed0f93;p=emacs.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index bcc671e4d12..05a7e36f121 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-01-24 Colin Walters + + * Makefile.in (tags): Fix typo. + 2001-01-13 Kenichi Handa * configure.in: Fix typo in the code setting x_search_path. diff --git a/src/ChangeLog b/src/ChangeLog index 2278e80b75c..0e589ff7192 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,9 @@ 2001-01-25 Gerd Moellmann + * 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