Silence iedit messages emitted from modeline segment
This commit is contained in:
parent
6cd8c852c4
commit
d73292d4bd
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ anzu to be enabled."
|
|||
"Show the number of iedit regions matches + what match you're on."
|
||||
(when (bound-and-true-p iedit-mode)
|
||||
(propertize
|
||||
(let ((this-oc (iedit-find-current-occurrence-overlay))
|
||||
(let ((this-oc (let (message-log-max) (iedit-find-current-occurrence-overlay)))
|
||||
(length (or (ignore-errors (length iedit-occurrences-overlays)) 0)))
|
||||
(format
|
||||
" %s/%s "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue