(Fend_of_line, Fbeginning_of_line): Declared.

This commit is contained in:
Richard M. Stallman 1996-12-09 00:51:15 +00:00
parent 4703f85167
commit bf8cf4ecd3

View file

@ -1571,6 +1571,7 @@ extern Lisp_Object Fgoto_char ();
extern Lisp_Object Fpoint_min_marker (), Fpoint_max_marker ();
extern Lisp_Object Fpoint_min (), Fpoint_max ();
extern Lisp_Object Fpoint (), Fpoint_marker (), Fmark_marker ();
extern Lisp_Object Fline_beginning_position (), Fline_end_position ();
extern Lisp_Object Ffollowing_char (), Fprevious_char (), Fchar_after ();
extern Lisp_Object Finsert (), Finsert_and_inherit ();
extern Lisp_Object Finsert_before_markers ();