]> git.eshelyaron.com Git - emacs.git/commitdiff
Declare some functions.
authorKarl Heuer <kwzh@gnu.org>
Sat, 17 Sep 1994 03:14:26 +0000 (03:14 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 17 Sep 1994 03:14:26 +0000 (03:14 +0000)
src/buffer.h
src/intervals.h
src/lisp.h

index 01adaefe89ea538a1b0905b47660b4d3228f3be3..27dabaa0ac2253441b6cda75bc45f5f7ba16cde0 100644 (file)
@@ -369,6 +369,7 @@ extern void evaporate_overlays ();
 
 extern Lisp_Object Fbuffer_name ();
 extern Lisp_Object Fget_file_buffer ();
+extern Lisp_Object Fnext_overlay_change ();
 
 /* Functions to call before and after each text change. */
 extern Lisp_Object Vbefore_change_function;
index bdf583d64dca577635f592077d25b915a2458497..d0d64261a3eae0b8fd77ff34dd1606146d3ce326 100644 (file)
@@ -207,6 +207,7 @@ extern Lisp_Object Vinhibit_point_motion_hooks;
 /* Sticky properties */
 extern Lisp_Object Qfront_sticky, Qrear_nonsticky;
 
+extern Lisp_Object Fget_char_property (), Fget_text_property ();
 extern Lisp_Object Ftext_properties_at ();
 extern Lisp_Object Fnext_property_change (), Fprevious_property_change ();
 extern Lisp_Object Fadd_text_properties (), Fset_text_properties ();
index bce12d63e6bde661e1fb22fc458f4b7a17291c9d..363a45f4ea7e15dff5e3cba91ce56a3a8c9b1531 100644 (file)
@@ -1249,6 +1249,9 @@ extern Lisp_Object Ffunction_type (), Fautoload (), Fcommandp ();
 extern Lisp_Object Feval (), Fapply (), Ffuncall ();
 extern Lisp_Object Fglobal_set (), Fglobal_value (), Fbacktrace ();
 extern Lisp_Object apply1 (), call0 (), call1 (), call2 (), call3 ();
+extern Lisp_Object call4 (), call5 (), call6 ();
+extern Lisp_Object Fkill_emacs (), Fkey_binding (), Fsit_for ();
+extern Lisp_Object Fdo_auto_save (), Fset_marker ();
 extern Lisp_Object apply_lambda ();
 extern Lisp_Object internal_catch ();
 extern Lisp_Object internal_condition_case ();