summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-04-15 04:46:14 +0000
committerRichard M. Stallman <rms@gnu.org>1997-04-15 04:46:14 +0000
commit46817454e54c8f2fec0090e6e21e23a456e19ea0 (patch)
tree70814097e3b3e32ceef94ed2c37afb9d9d1241ee
parent61c80204558f0720cae94a32aeff9330b289dbec (diff)
downloademacs-46817454e54c8f2fec0090e6e21e23a456e19ea0.tar.gz
(update_interval): New function declaration.
-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 ();
extern INTERVAL copy_intervals ();
extern Lisp_Object textget ();
extern Lisp_Object get_local_map ();
+extern INTERVAL update_interval ();
/* Declared in textprop.c */