mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-12 22:40:46 -08:00
Delete declaration of Farray_length.
This commit is contained in:
parent
c24e4efeb5
commit
b8e0549dc4
1 changed files with 1 additions and 1 deletions
|
|
@ -1207,7 +1207,7 @@ extern Lisp_Object Ffset (), Fsetplist ();
|
|||
extern Lisp_Object Fsymbol_value (), find_symbol_value (), Fset ();
|
||||
extern Lisp_Object Fdefault_value (), Fset_default (), Fdefault_boundp ();
|
||||
|
||||
extern Lisp_Object Faref (), Faset (), Farray_length ();
|
||||
extern Lisp_Object Faref (), Faset ();
|
||||
|
||||
extern Lisp_Object Fstring_to_number (), Fnumber_to_string ();
|
||||
extern Lisp_Object Feqlsign (), Fgtr (), Flss (), Fgeq (), Fleq ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue