From 760cbdd312c714899cf76f5ca39d8fd17a6a28e4 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 28 Jan 1992 16:01:00 +0000 Subject: [PATCH] *** empty log message *** --- src/callint.c | 1 + src/lisp.h | 8 +++----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/callint.c b/src/callint.c index a77a0180f5c..f78a82af022 100644 --- a/src/callint.c +++ b/src/callint.c @@ -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" diff --git a/src/lisp.h b/src/lisp.h index 1cbdd6efc90..1e5d4bf9365 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -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 */ -- 2.11.4.GIT