comparison src/insdel.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 3d8143fc88e1
children 304aebb79cd3
comparison
equal deleted inserted replaced
3249:7a5e3aea74e3 3250:2b8bb4938bb4
1263 } 1263 }
1264 } 1264 }
1265 1265
1266 MAP_INDIRECT_BUFFERS (buf, mbuf, bufcons) 1266 MAP_INDIRECT_BUFFERS (buf, mbuf, bufcons)
1267 { 1267 {
1268 signal_syntax_table_extent_adjust (mbuf); 1268 signal_syntax_cache_extent_adjust (mbuf);
1269 } 1269 }
1270 1270
1271 signal_after_change (buf, pos, pos, pos + cclen); 1271 signal_after_change (buf, pos, pos, pos + cclen);
1272 1272
1273 UNGCPRO; 1273 UNGCPRO;
1544 } 1544 }
1545 #endif 1545 #endif
1546 1546
1547 MAP_INDIRECT_BUFFERS (buf, mbuf, bufcons) 1547 MAP_INDIRECT_BUFFERS (buf, mbuf, bufcons)
1548 { 1548 {
1549 signal_syntax_table_extent_adjust (mbuf); 1549 signal_syntax_cache_extent_adjust (mbuf);
1550 } 1550 }
1551 1551
1552 /* &&#### Here we consider converting the buffer from default to 1552 /* &&#### Here we consider converting the buffer from default to
1553 8-bit-fixed if is entirely 8-bit-fixed chars and has been that way for 1553 8-bit-fixed if is entirely 8-bit-fixed chars and has been that way for
1554 a long time, e.g. 20 minutes. And if the buffer just switched to all 1554 a long time, e.g. 20 minutes. And if the buffer just switched to all