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

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

[elpa] externals/ebdb cf47d45fbc 4/7: Add :custom arg to notes field


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb cf47d45fbc 4/7: Add :custom arg to notes field
Date: Sat, 26 Feb 2022 11:12:19 -0500 (EST)

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

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