[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)
- [elpa] externals/ebdb updated (5d8b473 -> 15f5bd8), Eric Abrahamsen, 2020/05/19
- [elpa] externals/ebdb 4f72046 1/6: New defcustoms handling formatting of anniversary dates, Eric Abrahamsen, 2020/05/19
- [elpa] externals/ebdb d0321ab 2/6: Fix to previous anniversary display defcustoms,
Eric Abrahamsen <=
- [elpa] externals/ebdb 4027218 3/6: Have ebdb-record-mail sort mails by priority, Eric Abrahamsen, 2020/05/19
- [elpa] externals/ebdb 3913555 4/6: Update last commit, Eric Abrahamsen, 2020/05/19
- [elpa] externals/ebdb f28b665 5/6: Prevent sort from actually altering record mails, Eric Abrahamsen, 2020/05/19
- [elpa] externals/ebdb 15f5bd8 6/6: Don't do anything clever with phone numbers by default, Eric Abrahamsen, 2020/05/19