branch: externals/window-commander commit 024502f51fc193810a4375c7524ebbb21d35682c Author: Daniel Semyonov <cm...@dsemy.com> Commit: Daniel Semyonov <cm...@dsemy.com>
* swsw.el (swsw-mode): Don't call 'force-mode-line-update' --- swsw.el | 1 - 1 file changed, 1 deletion(-) diff --git a/swsw.el b/swsw.el index 1a0e11a548..681b2cb915 100644 --- a/swsw.el +++ b/swsw.el @@ -113,7 +113,6 @@ (if swsw-mode (progn (swsw-update) - (force-mode-line-update t) (add-hook 'window-configuration-change-hook #'swsw-update) (add-hook 'minibuffer-setup-hook #'swsw-update) (add-hook 'minibuffer-exit-hook #'swsw-update))