aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h1
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));
2957extern int find_next_newline_no_quit P_ ((int, int)); 2957extern int find_next_newline_no_quit P_ ((int, int));
2958extern int find_before_next_newline P_ ((int, int, int)); 2958extern int find_before_next_newline P_ ((int, int, int));
2959extern void syms_of_search P_ ((void)); 2959extern void syms_of_search P_ ((void));
2960extern void clear_regexp_cache P_ ((void));
2960 2961
2961/* defined in minibuf.c */ 2962/* defined in minibuf.c */
2962 2963