emacs/lisp isearch.el

Juri Linkov <[email protected]> Tue, 11 Nov 2008 19:48:37 +0000
Newsgroups gmane.emacs.cvs
Message-ID <[email protected]>
CVSROOT:	/sources/emacs
Module name:	emacs
Changes by:	Juri Linkov <jurta>	08/11/11 19:48:37

Modified files:
	lisp           : isearch.el 

Log message:
	* isearch.el (isearch-query-replace, isearch-highlight-regexp):
	Bind `isearch-recursive-edit' to nil to prevent calling
	`exit-recursive-edit' in `isearch-done' that terminates the
	execution of these commands when it is non-nil.  Call
	`exit-recursive-edit' explicitly at the end.
	(isearch-occur): For word search construct the correct regexp
	with word boundaries to proceed with occur.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/isearch.el?cvsroot=emacs&r1=1.332&r2=1.333