branch: externals/ebdb commit d0321aba6226e11fb56a1c28be4eb57e209eca55 Author: Eric Abrahamsen <e...@ericabrahamsen.net> Commit: Eric Abrahamsen <e...@ericabrahamsen.net>
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)