]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/isearch.el (lazy-highlight-buffer-max-at-a-time): Change from 20 to 200
authorJuri Linkov <juri@linkov.net>
Mon, 31 May 2021 20:32:50 +0000 (23:32 +0300)
committerJuri Linkov <juri@linkov.net>
Mon, 31 May 2021 20:32:50 +0000 (23:32 +0300)
Suggested by Augusto Stoffel <arstoffel@gmail.com> in bug#48581

lisp/isearch.el

index 232a994dfa7d7f84ee73663cbad7dedd2b1ac76d..33776d8069c0e351769f2f078d6ec052863e4b0e 100644 (file)
@@ -404,7 +404,7 @@ A value of nil means highlight all matches shown on the screen."
                 (integer :tag "Some"))
   :group 'lazy-highlight)
 
-(defcustom lazy-highlight-buffer-max-at-a-time 20
+(defcustom lazy-highlight-buffer-max-at-a-time 200 ; 20 (bug#48581)
   "Maximum matches to highlight at a time (for `lazy-highlight-buffer').
 Larger values may reduce Isearch's responsiveness to user input;
 smaller values make matches highlight slowly.