emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 7abfb64: * lisp/hi-lock.el (hi-lock-highlight-range): Bump defaul


From: Juri Linkov
Subject: master 7abfb64: * lisp/hi-lock.el (hi-lock-highlight-range): Bump default value (bug#40224)
Date: Sat, 11 Apr 2020 19:50:02 -0400 (EDT)

branch: master
commit 7abfb6475716e3002c30d10ead0c309b4fed6992
Author: Juri Linkov <address@hidden>
Commit: Juri Linkov <address@hidden>

    * 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 41d1094..d5e4665 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]