From: Richard M. Stallman Date: Tue, 15 Apr 1997 04:46:14 +0000 (+0000) Subject: (update_interval): New function declaration. X-Git-Tag: emacs-20.1~2483 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=add1fffcee69f7fefe5770d05ad0f5e3371617fd;p=emacs.git (update_interval): New function declaration. --- diff --git a/src/intervals.h b/src/intervals.h index 8ad333e2a67..d19a92a4608 100644 --- a/src/intervals.h +++ b/src/intervals.h @@ -205,6 +205,7 @@ extern INLINE void copy_intervals_to_string (); extern INTERVAL copy_intervals (); extern Lisp_Object textget (); extern Lisp_Object get_local_map (); +extern INTERVAL update_interval (); /* Declared in textprop.c */