branch: master commit 42c92ad055fb1de24fdb08751bfc524254f25b5f Author: Artur Malabarba <bruce.connor...@gmail.com> Commit: Artur Malabarba <bruce.connor...@gmail.com>
Whitespace --- spinner.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/spinner.el b/spinner.el index 06b0d83..1e5a73a 100644 --- a/spinner.el +++ b/spinner.el @@ -131,7 +131,7 @@ is chosen as the spinner type." ((symbolp type) (cdr (assq type spinner-types))) (t (error "Unknown spinner type: %s" type)))) (setq spinner--counter 0) - + ;; Maybe add to mode-line. (unless (memq 'spinner--mode-line-construct mode-line-format) (setq mode-line-format (copy-list mode-line-format))