*** empty log message ***
authorJim Blandy <jimb@redhat.com>
Tue, 28 Jan 1992 16:01:00 +0000 (16:01 +0000)
committerJim Blandy <jimb@redhat.com>
Tue, 28 Jan 1992 16:01:00 +0000 (16:01 +0000)
src/callint.c
src/lisp.h

index a77a018..f78a82a 100644 (file)
@@ -22,6 +22,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "lisp.h"
 #include "buffer.h"
 #include "commands.h"
+#include "keyboard.h"
 #include "window.h"
 #include "mocklisp.h"
 
index 1cbdd6e..1e5d4bf 100644 (file)
@@ -849,7 +849,7 @@ extern Lisp_Object Fsetcar (), Fsetcdr ();
 extern Lisp_Object Fboundp (), Ffboundp (), Fmakunbound (), Ffmakunbound ();
 extern Lisp_Object Fsymbol_function (), Fsymbol_plist (), Fsymbol_name ();
 extern Lisp_Object Ffset (), Fsetplist ();
-extern Lisp_Object Fsymbol_value (), Fset ();
+extern Lisp_Object Fsymbol_value (), find_symbol_value (), Fset ();
 extern Lisp_Object Fdefault_value (), Fset_default ();
 
 extern Lisp_Object Faref (), Faset (), Farray_length ();
@@ -943,7 +943,8 @@ 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 Ffollchar (), Fprevchar (), Fchar_after (), Finsert ();
+extern Lisp_Object Ffollowing_char (), Fprevious_char (), Fchar_after ();
+extern Lisp_Object Finsert ();
 extern Lisp_Object Feolp (), Feobp (), Fbolp (), Fbobp ();
 extern Lisp_Object Fformat (), format1 ();
 extern Lisp_Object Fbuffer_substring (), Fbuffer_string ();
@@ -1005,12 +1006,9 @@ extern Lisp_Object Fdowncase (), Fupcase (), Fcapitalize ();
 /* defined in keyboard.c */
 
 extern Lisp_Object Qdisabled;
-extern Lisp_Object Qmode_line, Qvertical_split;
 extern Lisp_Object Vhelp_form, Vtop_level;
 extern Lisp_Object Fdiscard_input (), Frecursive_edit ();
 extern Lisp_Object Fcommand_execute (), Finput_pending_p ();
-extern int num_input_chars;
-extern int poll_suppress_count;
 
 /* defined in keymap.c */