diff options
| author | Richard M. Stallman | 1993-03-07 23:45:23 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-03-07 23:45:23 +0000 |
| commit | 1a7c673b85b6c77d90825c82f4b2e1f35cb5f219 (patch) | |
| tree | 05904640074dc99a48cbe938df1b22e0440ef838 /src | |
| parent | 497ba7a108c7252ff6ea1667109066f66a52881a (diff) | |
| download | emacs-1a7c673b85b6c77d90825c82f4b2e1f35cb5f219.tar.gz emacs-1a7c673b85b6c77d90825c82f4b2e1f35cb5f219.zip | |
Declare Qcategory, Qlocal_map. Declare textget, get_local_map.
Diffstat (limited to 'src')
| -rw-r--r-- | src/intervals.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/intervals.h b/src/intervals.h index a50e46c61b2..a859cb86b9d 100644 --- a/src/intervals.h +++ b/src/intervals.h | |||
| @@ -174,6 +174,8 @@ extern void verify_interval_modification (); | |||
| 174 | extern INTERVAL balance_intervals (); | 174 | extern INTERVAL balance_intervals (); |
| 175 | extern INLINE void copy_intervals_to_string (); | 175 | extern INLINE void copy_intervals_to_string (); |
| 176 | extern INTERVAL copy_intervals (); | 176 | extern INTERVAL copy_intervals (); |
| 177 | extern Lisp_Object textget (); | ||
| 178 | extern Lisp_Object get_local_map (); | ||
| 177 | 179 | ||
| 178 | /* Declared in textprop.c */ | 180 | /* Declared in textprop.c */ |
| 179 | 181 | ||
| @@ -182,7 +184,9 @@ extern Lisp_Object Qmouse_left; | |||
| 182 | extern Lisp_Object Qmouse_entered; | 184 | extern Lisp_Object Qmouse_entered; |
| 183 | extern Lisp_Object Qpoint_left; | 185 | extern Lisp_Object Qpoint_left; |
| 184 | extern Lisp_Object Qpoint_entered; | 186 | extern Lisp_Object Qpoint_entered; |
| 185 | extern Lisp_Object Qmodification; | 187 | extern Lisp_Object Qmodification_hooks; |
| 188 | extern Lisp_Object Qcategory; | ||
| 189 | extern Lisp_Object Qlocal_map; | ||
| 186 | 190 | ||
| 187 | /* Visual properties text (including strings) may have. */ | 191 | /* Visual properties text (including strings) may have. */ |
| 188 | extern Lisp_Object Qforeground, Qbackground, Qfont, Qunderline, Qstipple; | 192 | extern Lisp_Object Qforeground, Qbackground, Qfont, Qunderline, Qstipple; |