diff options
author | Juri Linkov <juri@linkov.net> | 2020-04-12 02:49:55 +0300 |
---|---|---|
committer | Juri Linkov <juri@linkov.net> | 2020-04-12 02:49:55 +0300 |
commit | 7abfb6475716e3002c30d10ead0c309b4fed6992 (patch) | |
tree | 67d48302edef1ebad1e04e26f6eab3b692f16c53 /lisp/hi-lock.el | |
parent | 86b820752349de572bfbb306cc0d8f7cea41d0a7 (diff) | |
download | emacs-7abfb6475716e3002c30d10ead0c309b4fed6992.tar.gz emacs-7abfb6475716e3002c30d10ead0c309b4fed6992.tar.bz2 emacs-7abfb6475716e3002c30d10ead0c309b4fed6992.zip |
* 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.
Diffstat (limited to 'lisp/hi-lock.el')
-rw-r--r-- | lisp/hi-lock.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |