diff options
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h index 4421dfedf95..787eface0ee 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2957,6 +2957,7 @@ extern int find_next_newline P_ ((int, int)); | |||
| 2957 | extern int find_next_newline_no_quit P_ ((int, int)); | 2957 | extern int find_next_newline_no_quit P_ ((int, int)); |
| 2958 | extern int find_before_next_newline P_ ((int, int, int)); | 2958 | extern int find_before_next_newline P_ ((int, int, int)); |
| 2959 | extern void syms_of_search P_ ((void)); | 2959 | extern void syms_of_search P_ ((void)); |
| 2960 | extern void clear_regexp_cache P_ ((void)); | ||
| 2960 | 2961 | ||
| 2961 | /* defined in minibuf.c */ | 2962 | /* defined in minibuf.c */ |
| 2962 | 2963 | ||