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

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

[elpa] externals/nano-modeline 2de3884 2/2: Merge pull request #11 from


From: ELPA Syncer
Subject: [elpa] externals/nano-modeline 2de3884 2/2: Merge pull request #11 from marlinstrub/fix/nano-modeline-org-clock-mode-p
Date: Tue, 19 Oct 2021 07:57:21 -0400 (EDT)

branch: externals/nano-modeline
commit 2de3884227867f1dc4914de647a2855c50c488c2
Merge: 09079aa e8164f7
Author: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
Commit: GitHub <noreply@github.com>

    Merge pull request #11 from marlinstrub/fix/nano-modeline-org-clock-mode-p
    
    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]