emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/nano-modeline e8164f7 1/2: Fix nano-modeline-org-clock-


From: ELPA Syncer
Subject: [elpa] externals/nano-modeline e8164f7 1/2: Fix nano-modeline-org-clock-mode-p
Date: Tue, 19 Oct 2021 07:57:20 -0400 (EDT)

branch: externals/nano-modeline
commit e8164f7581507316555430cb812af7721d44041d
Author: Marlin Strub <marlin.strub@gmail.com>
Commit: Marlin Strub <marlin.strub@gmail.com>

    Fix nano-modeline-org-clock-mode-p
---
 nano-modeline.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nano-modeline.el b/nano-modeline.el
index 57c9508..b8228e4 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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]