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

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

[elpa] externals/ebdb 0910ddd 105/350: Change default of ebdb-default-us


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb 0910ddd 105/350: Change default of ebdb-default-user-field
Date: Mon, 14 Aug 2017 11:46:16 -0400 (EDT)

branch: externals/ebdb
commit 0910dddcce73ec817672b4ab9213c8c09e1d508f
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    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

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