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: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Mon, 21 Feb 2005 04:01:06 -0500

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.982 emacs/src/xdisp.c:1.983
*** emacs/src/xdisp.c:1.982     Sat Feb 19 23:30:51 2005
--- emacs/src/xdisp.c   Mon Feb 21 09:01:04 2005
***************
*** 6318,6324 ****
--- 6318,6328 ----
         value of nlines is > 0 if continuation lines were involved.  */
        if (nlines > 0)
        move_it_by_lines (it, nlines, 1);
+ #if 0
+       /* I think this assert is bogus if buffer contains
+        invisible text or images.  KFS.  */
        xassert (IT_CHARPOS (*it) <= start_pos);
+ #endif
      }
    else
      {
***************
*** 6367,6373 ****
--- 6371,6381 ----
              while (target_y >= line_bottom_y (it) && IT_CHARPOS (*it) < ZV);
            }
  
+ #if 0
+         /* I think this assert is bogus if buffer contains
+            invisible text or images.  KFS.  */
          xassert (IT_CHARPOS (*it) >= BEGV);
+ #endif
        }
      }
  }




reply via email to

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