diff options
Diffstat (limited to 'src/intervals.h')
| -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 d7c34012e1f..b2d755036ba 100644 --- a/src/intervals.h +++ b/src/intervals.h | |||
| @@ -315,10 +315,10 @@ EXFUN (Fget_char_property, 3); | |||
| 315 | EXFUN (Fget_text_property, 3); | 315 | EXFUN (Fget_text_property, 3); |
| 316 | EXFUN (Ftext_properties_at, 2); | 316 | EXFUN (Ftext_properties_at, 2); |
| 317 | EXFUN (Fnext_property_change, 3); | 317 | EXFUN (Fnext_property_change, 3); |
| 318 | EXFUN (Fprevious_property_change, 3); | ||
| 319 | EXFUN (Fadd_text_properties, 4); | 318 | EXFUN (Fadd_text_properties, 4); |
| 320 | EXFUN (Fset_text_properties, 4); | 319 | EXFUN (Fset_text_properties, 4); |
| 321 | EXFUN (Fremove_text_properties, 4); | 320 | EXFUN (Fremove_text_properties, 4); |
| 321 | EXFUN (Fremove_list_of_text_properties, 4); | ||
| 322 | EXFUN (Ftext_property_any, 5); | 322 | EXFUN (Ftext_property_any, 5); |
| 323 | EXFUN (Fprevious_single_char_property_change, 4); | 323 | EXFUN (Fprevious_single_char_property_change, 4); |
| 324 | extern Lisp_Object copy_text_properties (Lisp_Object, Lisp_Object, | 324 | extern Lisp_Object copy_text_properties (Lisp_Object, Lisp_Object, |