1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 19:31:02 -08:00

(adjust_after_replace, adjust_after_insert): Extern them.

This commit is contained in:
Kenichi Handa 1998-03-30 06:00:54 +00:00
parent 12410ef100
commit 1e94b9981a

View file

@ -1754,6 +1754,8 @@ extern void modify_region P_ ((struct buffer *, int, int));
extern void prepare_to_modify_buffer P_ ((int, int, int *));
extern void signal_before_change P_ ((int, int, int *));
extern void signal_after_change P_ ((int, int, int));
extern void adjust_after_replace P_ ((int, int, Lisp_Object, int, int));
extern void adjust_after_insert P_ ((int, int, int, int, int));
extern void replace_range P_ ((int, int, Lisp_Object, int, int, int));
/* Defined in dispnew.c */