aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
authorKaroly Lorentey <[email protected]>2004-10-19 17:00:02 +0000
committerKaroly Lorentey <[email protected]>2004-10-19 17:00:02 +0000
commit90b404757b24ea0c88d6ec3ed9c1ccce07bbd19f (patch)
treeb5cb05f7c5d0c27537362072badf76355d363319 /src/lisp.h
parentec16044407f468aacda9eb031fb7267d5ee0f899 (diff)
parentd4c2c0eff81e7540cbb0a32ef10017285f68e1aa (diff)
Merged in changes from CVS trunk.
Patches applied: * [email protected]/emacs--cvs-trunk--0--patch-616 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-617 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-618 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-619 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-620 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-621 Merge from gnus--rel--5.10 * [email protected]/emacs--cvs-trunk--0--patch-622 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-623 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-624 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-625 Update from CVS * [email protected]/gnus--rel--5.10--patch-51 Update from CVS * [email protected]/gnus--rel--5.10--patch-52 Update from CVS * [email protected]/gnus--rel--5.10--patch-53 Merge from emacs--cvs-trunk--0 git-archimport-id: [email protected]/emacs--multi-tty--0--patch-261
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 133c5c07c5..ce0fdf96e4 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -2792,6 +2792,7 @@ EXFUN (Fmatch_end, 1);
EXFUN (Flooking_at, 1);
extern int fast_string_match P_ ((Lisp_Object, Lisp_Object));
extern int fast_c_string_match_ignore_case P_ ((Lisp_Object, const char *));
+extern int fast_string_match_ignore_case P_ ((Lisp_Object, Lisp_Object));
extern int scan_buffer P_ ((int, int, int, int, int *, int));
extern int scan_newline P_ ((int, int, int, int, int, int));
extern int find_next_newline P_ ((int, int));