[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/search.c
From: |
Miles Bader |
Subject: |
[Emacs-diffs] Changes to emacs/src/search.c |
Date: |
Fri, 04 Apr 2003 01:24:06 -0500 |
Index: emacs/src/search.c
diff -c emacs/src/search.c:1.172 emacs/src/search.c:1.173
*** emacs/src/search.c:1.172 Tue Feb 4 09:03:13 2003
--- emacs/src/search.c Thu Feb 13 05:33:34 2003
***************
*** 2651,2657 ****
If INTEGERS (the optional first argument) is non-nil, always use integers
\(rather than markers) to represent buffer positions.
If REUSE is a list, reuse it as part of the value. If REUSE is long enough
! to hold all the values, and if INTEGERS is non-nil, no consing is done. */)
(integers, reuse)
Lisp_Object integers, reuse;
{
--- 2651,2659 ----
If INTEGERS (the optional first argument) is non-nil, always use integers
\(rather than markers) to represent buffer positions.
If REUSE is a list, reuse it as part of the value. If REUSE is long enough
! to hold all the values, and if INTEGERS is non-nil, no consing is done.
!
! Return value is undefined if the last search failed. */)
(integers, reuse)
Lisp_Object integers, reuse;
{
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/src/search.c,
Miles Bader <=