aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 2e356985cdb..4d84cfa9f64 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -2768,6 +2768,7 @@ EXFUN (Fbuffer_disable_undo, 1);
2768EXFUN (Fbuffer_enable_undo, 1); 2768EXFUN (Fbuffer_enable_undo, 1);
2769EXFUN (Ferase_buffer, 0); 2769EXFUN (Ferase_buffer, 0);
2770extern Lisp_Object Qoverlayp; 2770extern Lisp_Object Qoverlayp;
2771extern Lisp_Object Qevaporate;
2771extern Lisp_Object get_truename_buffer P_ ((Lisp_Object)); 2772extern Lisp_Object get_truename_buffer P_ ((Lisp_Object));
2772extern struct buffer *all_buffers; 2773extern struct buffer *all_buffers;
2773EXFUN (Fprevious_overlay_change, 1); 2774EXFUN (Fprevious_overlay_change, 1);
@@ -2835,11 +2836,12 @@ extern void syms_of_abbrev P_ ((void));
2835/* defined in search.c */ 2836/* defined in search.c */
2836extern void shrink_regexp_cache P_ ((void)); 2837extern void shrink_regexp_cache P_ ((void));
2837EXFUN (Fstring_match, 3); 2838EXFUN (Fstring_match, 3);
2838extern void restore_match_data P_ ((void)); 2839extern void restore_search_regs P_ ((void));
2839EXFUN (Fmatch_data, 2); 2840EXFUN (Fmatch_data, 3);
2840EXFUN (Fset_match_data, 1); 2841EXFUN (Fset_match_data, 2);
2841EXFUN (Fmatch_beginning, 1); 2842EXFUN (Fmatch_beginning, 1);
2842EXFUN (Fmatch_end, 1); 2843EXFUN (Fmatch_end, 1);
2844extern void record_unwind_save_match_data P_ ((void));
2843EXFUN (Flooking_at, 1); 2845EXFUN (Flooking_at, 1);
2844extern int fast_string_match P_ ((Lisp_Object, Lisp_Object)); 2846extern int fast_string_match P_ ((Lisp_Object, Lisp_Object));
2845extern int fast_c_string_match_ignore_case P_ ((Lisp_Object, const char *)); 2847extern int fast_c_string_match_ignore_case P_ ((Lisp_Object, const char *));
@@ -2954,7 +2956,7 @@ extern Lisp_Object do_switch_frame P_ ((Lisp_Object, int, int));
2954extern Lisp_Object get_frame_param P_ ((struct frame *, Lisp_Object)); 2956extern Lisp_Object get_frame_param P_ ((struct frame *, Lisp_Object));
2955extern Lisp_Object frame_buffer_predicate P_ ((Lisp_Object)); 2957extern Lisp_Object frame_buffer_predicate P_ ((Lisp_Object));
2956EXFUN (Fframep, 1); 2958EXFUN (Fframep, 1);
2957EXFUN (Fselect_frame, 2); 2959EXFUN (Fselect_frame, 1);
2958EXFUN (Fselected_frame, 0); 2960EXFUN (Fselected_frame, 0);
2959EXFUN (Fwindow_frame, 1); 2961EXFUN (Fwindow_frame, 1);
2960EXFUN (Fframe_root_window, 1); 2962EXFUN (Fframe_root_window, 1);