]> git.eshelyaron.com Git - emacs.git/commitdiff
Delete declaration of Farray_length.
authorKarl Heuer <kwzh@gnu.org>
Wed, 16 Nov 1994 03:42:44 +0000 (03:42 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 16 Nov 1994 03:42:44 +0000 (03:42 +0000)
src/lisp.h

index 6fc58173090b5915ad2588f19a0c4b3418291341..c7f829671ca45225231a63b2e6263b1e6d64f92a 100644 (file)
@@ -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 ();