From 7abfb6475716e3002c30d10ead0c309b4fed6992 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Sun, 12 Apr 2020 02:49:55 +0300 Subject: [PATCH] * lisp/hi-lock.el (hi-lock-highlight-range): Bump default value (bug#40224) * lisp/hi-lock.el (hi-lock-highlight-range): Change default value from 200_000 to 2_000_000. --- lisp/hi-lock.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/hi-lock.el b/lisp/hi-lock.el index 41d1094f237..d5e46651a50 100644 --- a/lisp/hi-lock.el +++ b/lisp/hi-lock.el @@ -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 -- 2.39.2