emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/src/textprop.c,v [EMACS_22_BASE]
Date: Wed, 08 Aug 2007 07:49:23 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Glenn Morris <gm>       07/08/08 07:49:21

Index: textprop.c
===================================================================
RCS file: /sources/emacs/emacs/src/textprop.c,v
retrieving revision 1.154.2.1
retrieving revision 1.154.2.2
diff -u -b -r1.154.2.1 -r1.154.2.2
--- textprop.c  25 Jul 2007 05:15:32 -0000      1.154.2.1
+++ textprop.c  8 Aug 2007 07:49:13 -0000       1.154.2.2
@@ -1633,8 +1633,8 @@
      The flag `modified' records if changes have been made.
      When object is a buffer, we must call modify_region before changes are
      made and signal_after_change when we are done.
-     We call modify_region before calling remove_properties iff modified == 0,
-     and we call signal_after_change before returning iff modified != 0. */
+     We call modify_region before calling remove_properties if modified == 0,
+     and we call signal_after_change before returning if modified != 0. */
   for (;;)
     {
       if (i == 0)




reply via email to

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