aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-03-07 23:45:23 +0000
committerRichard M. Stallman1993-03-07 23:45:23 +0000
commit1a7c673b85b6c77d90825c82f4b2e1f35cb5f219 (patch)
tree05904640074dc99a48cbe938df1b22e0440ef838 /src
parent497ba7a108c7252ff6ea1667109066f66a52881a (diff)
downloademacs-1a7c673b85b6c77d90825c82f4b2e1f35cb5f219.tar.gz
emacs-1a7c673b85b6c77d90825c82f4b2e1f35cb5f219.zip
Declare Qcategory, Qlocal_map. Declare textget, get_local_map.
Diffstat (limited to 'src')
-rw-r--r--src/intervals.h6
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 ();
174extern INTERVAL balance_intervals (); 174extern INTERVAL balance_intervals ();
175extern INLINE void copy_intervals_to_string (); 175extern INLINE void copy_intervals_to_string ();
176extern INTERVAL copy_intervals (); 176extern INTERVAL copy_intervals ();
177extern Lisp_Object textget ();
178extern 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;
182extern Lisp_Object Qmouse_entered; 184extern Lisp_Object Qmouse_entered;
183extern Lisp_Object Qpoint_left; 185extern Lisp_Object Qpoint_left;
184extern Lisp_Object Qpoint_entered; 186extern Lisp_Object Qpoint_entered;
185extern Lisp_Object Qmodification; 187extern Lisp_Object Qmodification_hooks;
188extern Lisp_Object Qcategory;
189extern Lisp_Object Qlocal_map;
186 190
187/* Visual properties text (including strings) may have. */ 191/* Visual properties text (including strings) may have. */
188extern Lisp_Object Qforeground, Qbackground, Qfont, Qunderline, Qstipple; 192extern Lisp_Object Qforeground, Qbackground, Qfont, Qunderline, Qstipple;