comparison src/ChangeLog @ 30944:b27b8cce32b4

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Fri, 18 Aug 2000 05:18:44 +0000
parents 8ec27a96f239
children 54e668cd8c0b
comparison
equal deleted inserted replaced
30943:429bcc971263 30944:b27b8cce32b4
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
4 for a window of the current buffer. 13 for a window of the current buffer.
5 14