emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/src xdisp.c


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs/src xdisp.c
Date: Sun, 20 Sep 2009 16:44:51 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    09/09/20 16:44:51

Modified files:
        src            : xdisp.c 

Log message:
        Fix a comment.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/xdisp.c?cvsroot=emacs&r1=1.1300&r2=1.1301

Patches:
Index: xdisp.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/xdisp.c,v
retrieving revision 1.1300
retrieving revision 1.1301
diff -u -b -r1.1300 -r1.1301
--- xdisp.c     20 Sep 2009 16:06:53 -0000      1.1300
+++ xdisp.c     20 Sep 2009 16:44:50 -0000      1.1301
@@ -14886,7 +14886,8 @@
   if (!NILP (w->region_showing))
     GIVE_UP (10);
 
-  /* Can use this if overlay arrow position and or string have changed.  */
+  /* Can't use this if overlay arrow position and or string have
+     changed.  */
   if (overlay_arrows_changed_p ())
     GIVE_UP (12);
 




reply via email to

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