diff options
| author | Gerd Moellmann | 2000-08-18 05:18:44 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-08-18 05:18:44 +0000 |
| commit | 7eb9e30d9d162b854a5832c1204ce244a5026266 (patch) | |
| tree | e0dd3deeb12d0a9154caece35c71779901e089fc /src/ChangeLog | |
| parent | 97a36635d1304d7dc4a0bb63e6dc1b46c8cbf862 (diff) | |
| download | emacs-7eb9e30d9d162b854a5832c1204ce244a5026266.tar.gz emacs-7eb9e30d9d162b854a5832c1204ce244a5026266.zip | |
(CHECK) [ENABLE_CHECKING]: Make both side of the
conditional have void type, for standard C compilers.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d614a44efb0..6756de20b0b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2000-08-18 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * lisp.h (CHECK) [ENABLE_CHECKING]: Make both side of the | ||
| 4 | conditional have void type, for standard C compilers. | ||
| 5 | |||
| 6 | * xdisp.c (redisplay_internal): Compare windows for equality with | ||
| 7 | EQ, instead of applying XWINDOW to something that might not | ||
| 8 | be a window. | ||
| 9 | |||
| 1 | 2000-08-18 Kenichi Handa <handa@etl.go.jp> | 10 | 2000-08-18 Kenichi Handa <handa@etl.go.jp> |
| 2 | 11 | ||
| 3 | * fontset.c (Finternal_char_font): Search only the selected frame | 12 | * fontset.c (Finternal_char_font): Search only the selected frame |