diff options
| author | Richard M. Stallman | 1997-04-15 04:46:14 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-04-15 04:46:14 +0000 |
| commit | add1fffcee69f7fefe5770d05ad0f5e3371617fd (patch) | |
| tree | a4d2e25f3baf94317c5f3f6f4642834119a1f3d8 /src | |
| parent | 25eeac41e0088307231cc0c1831d2c1a08cacd0f (diff) | |
| download | emacs-add1fffcee69f7fefe5770d05ad0f5e3371617fd.tar.gz emacs-add1fffcee69f7fefe5770d05ad0f5e3371617fd.zip | |
(update_interval): New function declaration.
Diffstat (limited to 'src')
| -rw-r--r-- | src/intervals.h | 1 |
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 (); | |||
| 205 | extern INTERVAL copy_intervals (); | 205 | extern INTERVAL copy_intervals (); |
| 206 | extern Lisp_Object textget (); | 206 | extern Lisp_Object textget (); |
| 207 | extern Lisp_Object get_local_map (); | 207 | extern Lisp_Object get_local_map (); |
| 208 | extern INTERVAL update_interval (); | ||
| 208 | 209 | ||
| 209 | /* Declared in textprop.c */ | 210 | /* Declared in textprop.c */ |
| 210 | 211 | ||