branch: externals/nano-modeline commit f6c7fcfc7e88305da7d0de9ca46393420386de59 Merge: 3ba77d6 2de3884 Author: Nicolas P. Rougier <nicolas.roug...@inria.fr> Commit: Nicolas P. Rougier <nicolas.roug...@inria.fr>
Merge remote-tracking branch 'origin/master' --- nano-modeline.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nano-modeline.el b/nano-modeline.el index a842ce0..967d566 100644 --- a/nano-modeline.el +++ b/nano-modeline.el @@ -505,7 +505,7 @@ depending on the version of mu4e." (defun nano-modeline-org-clock-mode-p () (and (boundp 'org-mode-line-string) - (not org-mode-line-string))) + (stringp org-mode-line-string))) (defun nano-modeline-org-clock-mode () (let ((buffer-name (format-mode-line "%b"))