aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h1
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));
2920extern int find_next_newline_no_quit P_ ((int, int)); 2920extern int find_next_newline_no_quit P_ ((int, int));
2921extern int find_before_next_newline P_ ((int, int, int)); 2921extern int find_before_next_newline P_ ((int, int, int));
2922extern void syms_of_search P_ ((void)); 2922extern void syms_of_search P_ ((void));
2923extern void clear_regexp_cache P_ ((void));
2923 2924
2924/* defined in minibuf.c */ 2925/* defined in minibuf.c */
2925 2926