]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/hi-lock.el (hi-lock-highlight-range): Bump default value (bug#40224)
authorJuri Linkov <juri@linkov.net>
Sat, 11 Apr 2020 23:49:55 +0000 (02:49 +0300)
committerJuri Linkov <juri@linkov.net>
Sat, 11 Apr 2020 23:49:55 +0000 (02:49 +0300)
* lisp/hi-lock.el (hi-lock-highlight-range): Change default value
from 200_000 to 2_000_000.

lisp/hi-lock.el

index 41d1094f237a970ae9f2f61085592ad346b13541..d5e46651a50e674441baeff99b092f4fb244b5cb 100644 (file)
@@ -102,7 +102,7 @@ of functions `hi-lock-mode' and `hi-lock-find-patterns'."
   :type 'integer
   :group 'hi-lock)
 
-(defcustom hi-lock-highlight-range 200000
+(defcustom hi-lock-highlight-range 2000000
   "Size of area highlighted by hi-lock when font-lock not active.
 Font-lock is not active in buffers that do their own highlighting,
 such as the buffer created by `list-colors-display'.  In those buffers