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,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c,v
Date: Wed, 22 Oct 2008 14:48:37 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/10/22 14:48:37

Index: xdisp.c
===================================================================
RCS file: /sources/emacs/emacs/src/xdisp.c,v
retrieving revision 1.1261
retrieving revision 1.1262
diff -u -b -r1.1261 -r1.1262
--- xdisp.c     4 Oct 2008 15:24:05 -0000       1.1261
+++ xdisp.c     22 Oct 2008 14:48:36 -0000      1.1262
@@ -6444,10 +6444,7 @@
 {
   int success_p = 1;
 
-  /* Check this assumption, otherwise, we would never enter the
-     if-statement, below.  */
-  xassert (IT_CHARPOS (*it) >= BEGV
-          && IT_CHARPOS (*it) <= it->stop_charpos);
+  xassert (IT_CHARPOS (*it) >= BEGV);
 
   if (IT_CHARPOS (*it) >= it->stop_charpos)
     {




reply via email to

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