diff options
| author | Karoly Lorentey | 2004-10-19 17:00:02 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2004-10-19 17:00:02 +0000 |
| commit | 90b404757b24ea0c88d6ec3ed9c1ccce07bbd19f (patch) | |
| tree | b5cb05f7c5d0c27537362072badf76355d363319 /src/lisp.h | |
| parent | ec16044407f468aacda9eb031fb7267d5ee0f899 (diff) | |
| parent | d4c2c0eff81e7540cbb0a32ef10017285f68e1aa (diff) | |
| download | emacs-90b404757b24ea0c88d6ec3ed9c1ccce07bbd19f.tar.gz emacs-90b404757b24ea0c88d6ec3ed9c1ccce07bbd19f.zip | |
Merged in changes from CVS trunk.
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-616
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-617
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-618
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-619
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-620
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-621
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-622
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-623
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-624
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-625
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-51
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-52
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-53
Merge from emacs--cvs-trunk--0
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-261
Diffstat (limited to 'src/lisp.h')
| -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 133c5c07c56..ce0fdf96e43 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2792,6 +2792,7 @@ EXFUN (Fmatch_end, 1); | |||
| 2792 | EXFUN (Flooking_at, 1); | 2792 | EXFUN (Flooking_at, 1); |
| 2793 | extern int fast_string_match P_ ((Lisp_Object, Lisp_Object)); | 2793 | extern int fast_string_match P_ ((Lisp_Object, Lisp_Object)); |
| 2794 | extern int fast_c_string_match_ignore_case P_ ((Lisp_Object, const char *)); | 2794 | extern int fast_c_string_match_ignore_case P_ ((Lisp_Object, const char *)); |
| 2795 | extern int fast_string_match_ignore_case P_ ((Lisp_Object, Lisp_Object)); | ||
| 2795 | extern int scan_buffer P_ ((int, int, int, int, int *, int)); | 2796 | extern int scan_buffer P_ ((int, int, int, int, int *, int)); |
| 2796 | extern int scan_newline P_ ((int, int, int, int, int, int)); | 2797 | extern int scan_newline P_ ((int, int, int, int, int, int)); |
| 2797 | extern int find_next_newline P_ ((int, int)); | 2798 | extern int find_next_newline P_ ((int, int)); |