diff options
| author | Stefan Monnier | 2006-10-03 13:38:18 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2006-10-03 13:38:18 +0000 |
| commit | ec40e71f22d2ccb626286622c5217ec282cf05c3 (patch) | |
| tree | 87dc220b363953b940ddd53cd05ec8da900df76d | |
| parent | 58e95211ec3351c8867c5ca1cb2c59f85825e5b5 (diff) | |
| download | emacs-ec40e71f22d2ccb626286622c5217ec282cf05c3.tar.gz emacs-ec40e71f22d2ccb626286622c5217ec282cf05c3.zip | |
(clear_regexp_cache): Declare.
| -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 | ||