1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Declare Ffetch_bytecode.

This commit is contained in:
Karl Heuer 1995-04-05 03:04:48 +00:00
parent 2b29a37688
commit c6972ec8d3

View file

@ -1531,6 +1531,7 @@ extern Lisp_Object internal_condition_case_1 ();
extern Lisp_Object unbind_to ();
extern void error ();
extern Lisp_Object un_autoload ();
extern Lisp_Object Ffetch_bytecode ();
/* Defined in editfns.c */
extern Lisp_Object Fgoto_char ();