diff options
Diffstat (limited to 'src')
| -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 633d3699ded..1eec26742f0 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2920,6 +2920,7 @@ extern int find_next_newline P_ ((int, int)); | |||
| 2920 | extern int find_next_newline_no_quit P_ ((int, int)); | 2920 | extern int find_next_newline_no_quit P_ ((int, int)); |
| 2921 | extern int find_before_next_newline P_ ((int, int, int)); | 2921 | extern int find_before_next_newline P_ ((int, int, int)); |
| 2922 | extern void syms_of_search P_ ((void)); | 2922 | extern void syms_of_search P_ ((void)); |
| 2923 | extern void clear_regexp_cache P_ ((void)); | ||
| 2923 | 2924 | ||
| 2924 | /* defined in minibuf.c */ | 2925 | /* defined in minibuf.c */ |
| 2925 | 2926 | ||