Mercurial > hg > xemacs-beta
diff src/search.c @ 1347:8d350b095c21
[xemacs-hg @ 2003-03-09 12:59:36 by ben]
oops, C++ bites again
widget.texi: Fix Turnbull typos.
config.inc.samp: Note that relative directories are a no-no in BUILD_DIR and
SOURCE_DIR. Use paths relative to $(MAKEROOT) instead.
file-coding.c: Fix up internal magic-cookie code to also check for
`;;;###coding system', already handled by the (redundant)
code in files.el.
regex.c: Fix problem with ordering of initializations and statements -- OK in
C++, not in C.
search.c: Indentation.
author | ben |
---|---|
date | Sun, 09 Mar 2003 12:59:45 +0000 |
parents | ccaf90c5a53a |
children | 74cb069b8417 |
line wrap: on
line diff
--- a/src/search.c Sun Mar 09 02:27:46 2003 +0000 +++ b/src/search.c Sun Mar 09 12:59:45 2003 +0000 @@ -496,7 +496,7 @@ This does not clobber the match data. */ Bytecount -fast_string_match (Lisp_Object regexp, const Ibyte *nonreloc, +fast_string_match (Lisp_Object regexp, const Ibyte *nonreloc, Lisp_Object reloc, Bytecount offset, Bytecount length, int case_fold_search, Error_Behavior errb, int no_quit)