CVS update by aidan xemacs/lisp ...
xemacs-cvs at xemacs.org
xemacs-cvs at xemacs.org
Mon Jul 16 09:34:28 EDT 2007
User: aidan
Date: 07/07/16 15:34:28
Modified: xemacs/lisp isearch-mode.el
Log:
Don't highlight in isearch when executing as a keyboard macro
Revision Changes Path
1.16 +1 -1 XEmacs/xemacs/lisp/isearch-mode.el
Index: isearch-mode.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/isearch-mode.el,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- isearch-mode.el 2005/06/26 18:04:50 1.15
+++ isearch-mode.el 2007/07/16 13:34:27 1.16
@@ -712,7 +712,7 @@ However, if this is the first command af
search and `search-nonincremental-instead' is non-nil, do a
nonincremental search instead via `isearch-edit-string'."
(interactive)
- (if (and search-nonincremental-instead
+ (if (and (or search-nonincremental-instead executing-kbd-macro)
(= 0 (length isearch-string)))
(let ((isearch-nonincremental t)
;; Highlighting only gets in the way of nonincremental
More information about the XEmacs-CVS
mailing list