diff options
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 10 |
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); | |||
| 2768 | EXFUN (Fbuffer_enable_undo, 1); | 2768 | EXFUN (Fbuffer_enable_undo, 1); |
| 2769 | EXFUN (Ferase_buffer, 0); | 2769 | EXFUN (Ferase_buffer, 0); |
| 2770 | extern Lisp_Object Qoverlayp; | 2770 | extern Lisp_Object Qoverlayp; |
| 2771 | extern Lisp_Object Qevaporate; | ||
| 2771 | extern Lisp_Object get_truename_buffer P_ ((Lisp_Object)); | 2772 | extern Lisp_Object get_truename_buffer P_ ((Lisp_Object)); |
| 2772 | extern struct buffer *all_buffers; | 2773 | extern struct buffer *all_buffers; |
| 2773 | EXFUN (Fprevious_overlay_change, 1); | 2774 | EXFUN (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 */ |
| 2836 | extern void shrink_regexp_cache P_ ((void)); | 2837 | extern void shrink_regexp_cache P_ ((void)); |
| 2837 | EXFUN (Fstring_match, 3); | 2838 | EXFUN (Fstring_match, 3); |
| 2838 | extern void restore_match_data P_ ((void)); | 2839 | extern void restore_search_regs P_ ((void)); |
| 2839 | EXFUN (Fmatch_data, 2); | 2840 | EXFUN (Fmatch_data, 3); |
| 2840 | EXFUN (Fset_match_data, 1); | 2841 | EXFUN (Fset_match_data, 2); |
| 2841 | EXFUN (Fmatch_beginning, 1); | 2842 | EXFUN (Fmatch_beginning, 1); |
| 2842 | EXFUN (Fmatch_end, 1); | 2843 | EXFUN (Fmatch_end, 1); |
| 2844 | extern void record_unwind_save_match_data P_ ((void)); | ||
| 2843 | EXFUN (Flooking_at, 1); | 2845 | EXFUN (Flooking_at, 1); |
| 2844 | extern int fast_string_match P_ ((Lisp_Object, Lisp_Object)); | 2846 | extern int fast_string_match P_ ((Lisp_Object, Lisp_Object)); |
| 2845 | extern int fast_c_string_match_ignore_case P_ ((Lisp_Object, const char *)); | 2847 | extern 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)); | |||
| 2954 | extern Lisp_Object get_frame_param P_ ((struct frame *, Lisp_Object)); | 2956 | extern Lisp_Object get_frame_param P_ ((struct frame *, Lisp_Object)); |
| 2955 | extern Lisp_Object frame_buffer_predicate P_ ((Lisp_Object)); | 2957 | extern Lisp_Object frame_buffer_predicate P_ ((Lisp_Object)); |
| 2956 | EXFUN (Fframep, 1); | 2958 | EXFUN (Fframep, 1); |
| 2957 | EXFUN (Fselect_frame, 2); | 2959 | EXFUN (Fselect_frame, 1); |
| 2958 | EXFUN (Fselected_frame, 0); | 2960 | EXFUN (Fselected_frame, 0); |
| 2959 | EXFUN (Fwindow_frame, 1); | 2961 | EXFUN (Fwindow_frame, 1); |
| 2960 | EXFUN (Fframe_root_window, 1); | 2962 | EXFUN (Fframe_root_window, 1); |