aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
authorJim Blandy1992-01-28 16:01:00 +0000
committerJim Blandy1992-01-28 16:01:00 +0000
commit760cbdd312c714899cf76f5ca39d8fd17a6a28e4 (patch)
tree747630a806faeefe4dbabc6b63fe9e2ae524368f /src/lisp.h
parent1f98fa48b925f63d6c64f3a0937fcc613b2a83cb (diff)
downloademacs-760cbdd312c714899cf76f5ca39d8fd17a6a28e4.tar.gz
emacs-760cbdd312c714899cf76f5ca39d8fd17a6a28e4.zip
*** empty log message ***
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h8
1 files changed, 3 insertions, 5 deletions
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 ();
849extern Lisp_Object Fboundp (), Ffboundp (), Fmakunbound (), Ffmakunbound (); 849extern Lisp_Object Fboundp (), Ffboundp (), Fmakunbound (), Ffmakunbound ();
850extern Lisp_Object Fsymbol_function (), Fsymbol_plist (), Fsymbol_name (); 850extern Lisp_Object Fsymbol_function (), Fsymbol_plist (), Fsymbol_name ();
851extern Lisp_Object Ffset (), Fsetplist (); 851extern Lisp_Object Ffset (), Fsetplist ();
852extern Lisp_Object Fsymbol_value (), Fset (); 852extern Lisp_Object Fsymbol_value (), find_symbol_value (), Fset ();
853extern Lisp_Object Fdefault_value (), Fset_default (); 853extern Lisp_Object Fdefault_value (), Fset_default ();
854 854
855extern Lisp_Object Faref (), Faset (), Farray_length (); 855extern Lisp_Object Faref (), Faset (), Farray_length ();
@@ -943,7 +943,8 @@ extern Lisp_Object Fgoto_char ();
943extern Lisp_Object Fpoint_min_marker (), Fpoint_max_marker (); 943extern Lisp_Object Fpoint_min_marker (), Fpoint_max_marker ();
944extern Lisp_Object Fpoint_min (), Fpoint_max (); 944extern Lisp_Object Fpoint_min (), Fpoint_max ();
945extern Lisp_Object Fpoint (), Fpoint_marker (), Fmark_marker (); 945extern Lisp_Object Fpoint (), Fpoint_marker (), Fmark_marker ();
946extern Lisp_Object Ffollchar (), Fprevchar (), Fchar_after (), Finsert (); 946extern Lisp_Object Ffollowing_char (), Fprevious_char (), Fchar_after ();
947extern Lisp_Object Finsert ();
947extern Lisp_Object Feolp (), Feobp (), Fbolp (), Fbobp (); 948extern Lisp_Object Feolp (), Feobp (), Fbolp (), Fbobp ();
948extern Lisp_Object Fformat (), format1 (); 949extern Lisp_Object Fformat (), format1 ();
949extern Lisp_Object Fbuffer_substring (), Fbuffer_string (); 950extern Lisp_Object Fbuffer_substring (), Fbuffer_string ();
@@ -1005,12 +1006,9 @@ extern Lisp_Object Fdowncase (), Fupcase (), Fcapitalize ();
1005/* defined in keyboard.c */ 1006/* defined in keyboard.c */
1006 1007
1007extern Lisp_Object Qdisabled; 1008extern Lisp_Object Qdisabled;
1008extern Lisp_Object Qmode_line, Qvertical_split;
1009extern Lisp_Object Vhelp_form, Vtop_level; 1009extern Lisp_Object Vhelp_form, Vtop_level;
1010extern Lisp_Object Fdiscard_input (), Frecursive_edit (); 1010extern Lisp_Object Fdiscard_input (), Frecursive_edit ();
1011extern Lisp_Object Fcommand_execute (), Finput_pending_p (); 1011extern Lisp_Object Fcommand_execute (), Finput_pending_p ();
1012extern int num_input_chars;
1013extern int poll_suppress_count;
1014 1012
1015/* defined in keymap.c */ 1013/* defined in keymap.c */
1016 1014