emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xdisp.c


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Sun, 31 Aug 2003 17:38:07 -0400

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.844 emacs/src/xdisp.c:1.845
*** emacs/src/xdisp.c:1.844     Fri Aug 29 17:46:17 2003
--- emacs/src/xdisp.c   Sun Aug 31 17:38:07 2003
***************
*** 1999,2009 ****
       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)
      init_frame_faces (it->f);
    if (FRAME_FACE_CACHE (it->f)->used == 0)
      recompute_basic_faces (it->f);
--- 1999,2005 ----
       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 (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);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]