From 3615379eab7744e29ed9e32482999e341e14f400 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 1 Sep 1999 02:04:02 +0000 Subject: [PATCH] (gnus-summary-isearch-article): Don't bind `isearch-lazy-highlight'. ;; It has been deleted from the latest XEmacs. --- lisp/gnus-sum.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index 6465402..492c4f9 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -6920,7 +6920,6 @@ If REGEXP-P (the prefix) is non-nil, do regexp isearch." (old (gnus-summary-select-article))) (gnus-configure-windows 'article) (gnus-eval-in-buffer-window gnus-article-buffer - (set (make-local-variable 'isearch-lazy-highlight) t) (save-restriction (widen) (when (eq 'old old) -- 1.7.10.4