]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor fix to last change.
authorChong Yidong <cyd@stupidchicken.com>
Wed, 17 Sep 2008 20:34:16 +0000 (20:34 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 17 Sep 2008 20:34:16 +0000 (20:34 +0000)
src/indent.c

index ba4787aa1c544b0ba9ed0cc5aa8a975290bd16ad..d30d2dc7293c760e01ee67736470f854dc56b873 100644 (file)
@@ -2133,7 +2133,7 @@ whether or not it is currently displayed in some window.  */)
                 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)
                    {