emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/indent.c,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/src/indent.c,v
Date: Wed, 17 Sep 2008 20:34:16 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/09/17 20:34:16

Index: indent.c
===================================================================
RCS file: /sources/emacs/emacs/src/indent.c,v
retrieving revision 1.217
retrieving revision 1.218
diff -u -b -r1.217 -r1.218
--- indent.c    17 Sep 2008 20:29:04 -0000      1.217
+++ indent.c    17 Sep 2008 20:34:16 -0000      1.218
@@ -2133,7 +2133,7 @@
                 which might span multiple screen lines (e.g., if it's
                 on a multi-line display string).  We want to start
                 from the last line that it occupies.  */
-             if (PT < ZV)
+             if (it_start < ZV)
                {
                  while (IT_CHARPOS (it) <= it_start)
                    {




reply via email to

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