aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1997-04-15 04:46:14 +0000
committerRichard M. Stallman1997-04-15 04:46:14 +0000
commitadd1fffcee69f7fefe5770d05ad0f5e3371617fd (patch)
treea4d2e25f3baf94317c5f3f6f4642834119a1f3d8 /src
parent25eeac41e0088307231cc0c1831d2c1a08cacd0f (diff)
downloademacs-add1fffcee69f7fefe5770d05ad0f5e3371617fd.tar.gz
emacs-add1fffcee69f7fefe5770d05ad0f5e3371617fd.zip
(update_interval): New function declaration.
Diffstat (limited to 'src')
-rw-r--r--src/intervals.h1
1 files changed, 1 insertions, 0 deletions
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 ();
205extern INTERVAL copy_intervals (); 205extern INTERVAL copy_intervals ();
206extern Lisp_Object textget (); 206extern Lisp_Object textget ();
207extern Lisp_Object get_local_map (); 207extern Lisp_Object get_local_map ();
208extern INTERVAL update_interval ();
208 209
209/* Declared in textprop.c */ 210/* Declared in textprop.c */
210 211