diff options
| author | Gerd Moellmann | 1999-11-26 12:06:29 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-11-26 12:06:29 +0000 |
| commit | 48778e46daa24080c3b2653fe39abc947225924c (patch) | |
| tree | 08d9dbbccc8ac69c46549d091a7ca136b0861ada /src | |
| parent | 18df93696d8087ac7dfde2d606298fb2b8e7d991 (diff) | |
| download | emacs-48778e46daa24080c3b2653fe39abc947225924c.tar.gz emacs-48778e46daa24080c3b2653fe39abc947225924c.zip | |
Add prototype for set_text_properties.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h index a9a5d21179a..6a3c7e5ebb0 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2702,6 +2702,9 @@ extern Lisp_Object next_single_char_property_change P_ ((Lisp_Object, | |||
| 2702 | Lisp_Object, | 2702 | Lisp_Object, |
| 2703 | Lisp_Object, | 2703 | Lisp_Object, |
| 2704 | Lisp_Object)); | 2704 | Lisp_Object)); |
| 2705 | extern Lisp_Object set_text_properties P_ ((Lisp_Object, Lisp_Object, | ||
| 2706 | Lisp_Object, Lisp_Object, | ||
| 2707 | Lisp_Object)); | ||
| 2705 | 2708 | ||
| 2706 | /* defined in intervals.c */ | 2709 | /* defined in intervals.c */ |
| 2707 | extern Lisp_Object get_local_map P_ ((int, struct buffer *)); | 2710 | extern Lisp_Object get_local_map P_ ((int, struct buffer *)); |