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 [emacs-unicode-2]


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c [emacs-unicode-2]
Date: Sun, 23 Nov 2003 02:32:12 -0500

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.843.2.4 emacs/src/xdisp.c:1.843.2.5
*** emacs/src/xdisp.c:1.843.2.4 Tue Sep 30 07:07:55 2003
--- emacs/src/xdisp.c   Sun Nov 23 02:32:11 2003
***************
*** 3829,3835 ****
          unbind_to (count, Qnil);
  
          val = Fget_char_property (args[1], Qauto_composed, it->string);
!         if (! NILP (val) && this_pos == pos)
            handled = HANDLED_RECOMPUTE_PROPS;
        }
      }
--- 3829,3838 ----
          unbind_to (count, Qnil);
  
          val = Fget_char_property (args[1], Qauto_composed, it->string);
!         /* Return HANDLED_RECOMPUTE_PROPS only if function fontified
!            something.  This avoids an endless loop if they failed to
!            fontify the text for which reason ever.  */
!         if (! NILP (val))
            handled = HANDLED_RECOMPUTE_PROPS;
        }
      }




reply via email to

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