branch: externals/ebdb
commit 0910dddcce73ec817672b4ab9213c8c09e1d508f
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>

    Change default of ebdb-default-user-field
    
    * ebdb.el (ebdb-default-user-field): Use the field class symbol
      instead of 'notes, it makes things much easier elsewhere.
---
 ebdb.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ebdb.el b/ebdb.el
index 35988d3..5c171dc 100644
--- a/ebdb.el
+++ b/ebdb.el
@@ -3691,7 +3691,7 @@ Whether this is used at all depends on the variable 
`ebdb-check-postcode'."
   :group 'ebdb-record-edit
   :type '(repeat regexp))
 
-(defcustom ebdb-default-user-field 'notes
+(defcustom ebdb-default-user-field 'ebdb-field-notes
   "Default field when editing EBDB records."
   :group 'ebdb-record-edit
   :type '(symbol :tag "Field"))

Reply via email to