comparison src/insdel.h @ 424:11054d720c21 r21-2-20

Import from CVS: tag r21-2-20
author cvs
date Mon, 13 Aug 2007 11:26:11 +0200
parents 697ef44129c6
children
comparison
equal deleted inserted replaced
423:28d9c139be4c 424:11054d720c21
138 /************************************************************************/ 138 /************************************************************************/
139 /* other related functions */ 139 /* other related functions */
140 /************************************************************************/ 140 /************************************************************************/
141 141
142 Memind do_marker_adjustment (Memind mpos, Memind from, 142 Memind do_marker_adjustment (Memind mpos, Memind from,
143 Memind to, int amount); 143 Memind to, Bytecount amount);
144 144
145 void fixup_internal_substring (CONST Bufbyte *nonreloc, 145 void fixup_internal_substring (CONST Bufbyte *nonreloc,
146 Lisp_Object reloc, 146 Lisp_Object reloc,
147 int offset, int *len); 147 Bytecount offset, Bytecount *len);
148 148
149 /* In font-lock.c */ 149 /* In font-lock.c */
150 void font_lock_maybe_update_syntactic_caches (struct buffer *buf, 150 void font_lock_maybe_update_syntactic_caches (struct buffer *buf,
151 Bufpos start, 151 Bufpos start,
152 Bufpos orig_end, 152 Bufpos orig_end,