summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Fitzsimmons <fitzsim@fitzsim.org>2014-11-13 01:06:13 -0500
committerThomas Fitzsimmons <fitzsim@fitzsim.org>2014-11-13 01:06:13 -0500
commit6dda29fd027e73bc76e48d29727a48cc47468d30 (patch)
tree60d9c0aef0cb01ce57f0361dd48d7d8e6188f3f8
parent0dee07009485caa7b39a762741e5cab3648afe6f (diff)
downloademacs-6dda29fd027e73bc76e48d29727a48cc47468d30.tar.gz
Improve eudc-inline-query-format's default value
* net/eudc-vars.el (eudc-inline-query-format): Change default to query email and first name instead of surname.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/net/eudc-vars.el3
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 831e3b03a76..c4c9ef0b143 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
2014-11-13 Thomas Fitzsimmons <fitzsim@fitzsim.org>
+ * net/eudc-vars.el (eudc-inline-query-format): Change default to
+ query email and first name instead of surname.
+
+2014-11-13 Thomas Fitzsimmons <fitzsim@fitzsim.org>
+
* net/ldap.el (ldap-search-internal): Support new-style LDAP URIs.
2014-11-13 Thomas Fitzsimmons <fitzsim@fitzsim.org>
diff --git a/lisp/net/eudc-vars.el b/lisp/net/eudc-vars.el
index 54995a334c9..06f63ebc8e1 100644
--- a/lisp/net/eudc-vars.el
+++ b/lisp/net/eudc-vars.el
@@ -156,7 +156,8 @@ different values."
(const :menu-tag "Duplicate" duplicate)))))
:group 'eudc)
-(defcustom eudc-inline-query-format '((name)
+(defcustom eudc-inline-query-format '((email)
+ (firstname)
(firstname name))
"Format of an inline expansion query.
This is a list of FORMATs. A FORMAT is itself a list of one or more