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

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

[elpa] externals/ebdb d0321ab 2/6: Fix to previous anniversary display d


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb d0321ab 2/6: Fix to previous anniversary display defcustoms
Date: Tue, 19 May 2020 15:49:20 -0400 (EDT)

branch: externals/ebdb
commit d0321aba6226e11fb56a1c28be4eb57e209eca55
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    Fix to previous anniversary display defcustoms
    
    Still attempting to address #88
    
    * ebdb.el (ebdb-string): Missing year needs to be given as 0, not nil.
---
 ebdb.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ebdb.el b/ebdb.el
index c3ad803..25eff4b 100644
--- a/ebdb.el
+++ b/ebdb.el
@@ -2158,7 +2158,7 @@ Eventually this method will go away."
                   `(0 0 0
                       ,(nth 1 date)
                       ,(car date)
-                      ,(nth 2 date)
+                      ,(or (nth 2 date) 0)
                       nil nil nil))))
     (format-time-string
      (if (nth 2 date)



reply via email to

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