emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/search.c


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/search.c
Date: Fri, 30 May 2003 02:05:58 -0400

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;
  {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]