branch: externals/notmuch-indicator
commit 6900f01480ab08cd61eceeaaba8029888ba70a27
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Use a keyword arg for force-mode-line-update to make the intent more obvious
---
notmuch-indicator.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/notmuch-indicator.el b/notmuch-indicator.el
index 87ec969a35..58c9cb0dfb 100644
--- a/notmuch-indicator.el
+++ b/notmuch-indicator.el
@@ -364,7 +364,7 @@ and `notmuch-indicator-force-refresh-commands'."
(remove-hook 'notmuch-after-tag-hook #'notmuch-indicator-refresh)
(dolist (fn notmuch-indicator-force-refresh-commands)
(advice-remove fn #'notmuch-indicator-refresh))
- (force-mode-line-update t)))
+ (force-mode-line-update :all-mode-lines-and-related)))
(provide 'notmuch-indicator)
;;; notmuch-indicator.el ends here