From d73292d4bda29074e17ac7fed2ada01de0e26f3c Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 5 Jun 2016 00:56:49 -0400 Subject: [PATCH] Silence iedit messages emitted from modeline segment --- core/core-ui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-ui.el b/core/core-ui.el index bb89a0e68..09f0c26d1 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -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 "