diff options
| author | Richard M. Stallman | 1993-07-21 22:25:42 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-07-21 22:25:42 +0000 |
| commit | edc28db1ae35ceb0879040588d73077616bc369f (patch) | |
| tree | 4afef1b0f1932af395c7fe880c13c0bc103f0c39 | |
| parent | 011f432b1a0056498edd918df039ba1b2ea156a6 (diff) | |
| download | emacs-edc28db1ae35ceb0879040588d73077616bc369f.tar.gz emacs-edc28db1ae35ceb0879040588d73077616bc369f.zip | |
(Ftext_property_not_all): Fix typo in decl.
| -rw-r--r-- | src/intervals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intervals.h b/src/intervals.h index 74854add752..0115003df72 100644 --- a/src/intervals.h +++ b/src/intervals.h | |||
| @@ -201,7 +201,7 @@ extern Lisp_Object Ftext_properties_at (); | |||
| 201 | extern Lisp_Object Fnext_property_change (), Fprevious_property_change (); | 201 | extern Lisp_Object Fnext_property_change (), Fprevious_property_change (); |
| 202 | extern Lisp_Object Fadd_text_properties (), Fset_text_properties (); | 202 | extern Lisp_Object Fadd_text_properties (), Fset_text_properties (); |
| 203 | extern Lisp_Object Fremove_text_properties (), Ferase_text_properties (); | 203 | extern Lisp_Object Fremove_text_properties (), Ferase_text_properties (); |
| 204 | extern Lisp_Object Ftext_property_any (), Ftext_property_all (); | 204 | extern Lisp_Object Ftext_property_any (), Ftext_property_not_all (); |
| 205 | extern Lisp_Object copy_text_properties (); | 205 | extern Lisp_Object copy_text_properties (); |
| 206 | 206 | ||
| 207 | extern void syms_of_textprop (); | 207 | extern void syms_of_textprop (); |