+2003-08-31 Jason Rumney <jasonr@gnu.org>
+
+ * xdisp.c (init_iterator): Remove old WINDOWSNT conditional.
+
2003-08-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
* xterm.c (x_term_init): Initialize new fields in x_display_info.
attribute changes of named faces, recompute them. When running
in batch mode, the face cache of Vterminal_frame is null. If
we happen to get called, make a dummy face cache. */
- if (
-#ifndef WINDOWSNT
- noninteractive &&
-#endif
- FRAME_FACE_CACHE (it->f) == NULL)
+ if (noninteractive && FRAME_FACE_CACHE (it->f) == NULL)
init_frame_faces (it->f);
if (FRAME_FACE_CACHE (it->f)->used == 0)
recompute_basic_faces (it->f);