From: Thomas Fitzsimmons Date: Thu, 13 Nov 2014 06:06:13 +0000 (-0500) Subject: Improve eudc-inline-query-format's default value X-Git-Tag: emacs-25.0.90~2582^2~2^2~13 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6dda29fd027e73bc76e48d29727a48cc47468d30;p=emacs.git 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. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 831e3b03a76..c4c9ef0b143 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2014-11-13 Thomas Fitzsimmons + + * net/eudc-vars.el (eudc-inline-query-format): Change default to + query email and first name instead of surname. + 2014-11-13 Thomas Fitzsimmons * net/ldap.el (ldap-search-internal): Support new-style LDAP URIs. 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