mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 03:20:39 -08:00
(Ftext_property_not_all): Fix typo in decl.
This commit is contained in:
parent
011f432b1a
commit
edc28db1ae
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ extern Lisp_Object Ftext_properties_at ();
|
|||
extern Lisp_Object Fnext_property_change (), Fprevious_property_change ();
|
||||
extern Lisp_Object Fadd_text_properties (), Fset_text_properties ();
|
||||
extern Lisp_Object Fremove_text_properties (), Ferase_text_properties ();
|
||||
extern Lisp_Object Ftext_property_any (), Ftext_property_all ();
|
||||
extern Lisp_Object Ftext_property_any (), Ftext_property_not_all ();
|
||||
extern Lisp_Object copy_text_properties ();
|
||||
|
||||
extern void syms_of_textprop ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue