branch: externals/ebdb
commit cf47d45fbc50f5424d9e30ed01069ead1ba585ac
Author: Eric Abrahamsen <e...@ericabrahamsen.net>
Commit: Eric Abrahamsen <e...@ericabrahamsen.net>

    Add :custom arg to notes field
    
    * ebdb.el (ebdb-field-notes): This should be editable via the custom
    interface.
---
 ebdb.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ebdb.el b/ebdb.el
index 5028143e2e..4704766b8a 100644
--- a/ebdb.el
+++ b/ebdb.el
@@ -2127,6 +2127,7 @@ internationalization."
   ((notes
     :type string
     :initarg :notes
+    :custom string
     :initform ""
     :documentation "User notes on this contact."))
   :human-readable "notes")

Reply via email to