(gnus-summary-isearch-article): Don't bind `isearch-lazy-highlight'.
authoryamaoka <yamaoka>
Wed, 1 Sep 1999 02:04:02 +0000 (02:04 +0000)
committeryamaoka <yamaoka>
Wed, 1 Sep 1999 02:04:02 +0000 (02:04 +0000)
;; It has been deleted from the latest XEmacs.

lisp/gnus-sum.el

index 6465402..492c4f9 100644 (file)
@@ -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)