/[emacs]/emacs/src/xdisp.c
ViewVC logotype

Diff of /emacs/src/xdisp.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.843.2.4 by handa, Tue Sep 30 11:07:55 2003 UTC revision 1.843.2.5 by handa, Sun Nov 23 07:32:11 2003 UTC
# Line 3829  handle_auto_composed_prop (it) Line 3829  handle_auto_composed_prop (it)
3829            unbind_to (count, Qnil);            unbind_to (count, Qnil);
3830    
3831            val = Fget_char_property (args[1], Qauto_composed, it->string);            val = Fget_char_property (args[1], Qauto_composed, it->string);
3832            if (! NILP (val) && this_pos == pos)            /* Return HANDLED_RECOMPUTE_PROPS only if function fontified
3833                 something.  This avoids an endless loop if they failed to
3834                 fontify the text for which reason ever.  */
3835              if (! NILP (val))
3836              handled = HANDLED_RECOMPUTE_PROPS;              handled = HANDLED_RECOMPUTE_PROPS;
3837          }          }
3838      }      }

Legend:
Removed from v.1.843.2.4  
changed lines
  Added in v.1.843.2.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26