comparison src/extents.c @ 3250:2b8bb4938bb4

[xemacs-hg @ 2006-02-21 11:33:41 by stephent] Commit syntax-cache fixes. <87oe11ne10.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Tue, 21 Feb 2006 11:33:46 +0000
parents 141c2920ea48
children d674024a8674
comparison
equal deleted inserted replaced
3249:7a5e3aea74e3 3250:2b8bb4938bb4
1920 1920
1921 /* Check for syntax table property change */ 1921 /* Check for syntax table property change */
1922 if (NILP (property) ? !NILP (Fextent_property (wrap_extent (extent), 1922 if (NILP (property) ? !NILP (Fextent_property (wrap_extent (extent),
1923 Qsyntax_table, Qnil)) : 1923 Qsyntax_table, Qnil)) :
1924 EQ (property, Qsyntax_table)) 1924 EQ (property, Qsyntax_table))
1925 signal_syntax_table_extent_changed (extent); 1925 signal_syntax_cache_extent_changed (extent);
1926 } 1926 }
1927 1927
1928 /* Make note that a change has happened in EXTENT. The change was either 1928 /* Make note that a change has happened in EXTENT. The change was either
1929 to a property or to the endpoints (but not both at once). If PROPERTY 1929 to a property or to the endpoints (but not both at once). If PROPERTY
1930 is non-nil, the change happened to that property; otherwise, the change 1930 is non-nil, the change happened to that property; otherwise, the change