mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
* 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.
This commit is contained in:
parent
86b8207523
commit
7abfb64757
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue