emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Steven Tamm
Subject: [Emacs-diffs] Changes to emacs/src/dispnew.c
Date: Thu, 03 Feb 2005 02:05:36 -0500

Index: emacs/src/dispnew.c
diff -c emacs/src/dispnew.c:1.339 emacs/src/dispnew.c:1.340
*** emacs/src/dispnew.c:1.339   Mon Jan 17 08:28:28 2005
--- emacs/src/dispnew.c Thu Feb  3 07:05:35 2005
***************
*** 4065,4075 ****
    extern Lisp_Object do_mouse_tracking;
  #if GLYPH_DEBUG
    struct frame *f = XFRAME (WINDOW_FRAME (w));
- #endif
  
    /* Check that W's frame doesn't have glyph matrices.  */
    xassert (FRAME_WINDOW_P (f));
    xassert (updating_frame != NULL);
  
    /* Check pending input the first time so that we can quickly return.  */
    if (redisplay_dont_pause)
--- 4065,4075 ----
    extern Lisp_Object do_mouse_tracking;
  #if GLYPH_DEBUG
    struct frame *f = XFRAME (WINDOW_FRAME (w));
  
    /* Check that W's frame doesn't have glyph matrices.  */
    xassert (FRAME_WINDOW_P (f));
    xassert (updating_frame != NULL);
+ #endif
  
    /* Check pending input the first time so that we can quickly return.  */
    if (redisplay_dont_pause)




reply via email to

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