diff options
Diffstat (limited to 'lisp/net')
-rw-r--r-- | lisp/net/eudc-vars.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/eudc-vars.el b/lisp/net/eudc-vars.el index 06f63ebc8e1..2affe7be3ca 100644 --- a/lisp/net/eudc-vars.el +++ b/lisp/net/eudc-vars.el @@ -191,7 +191,7 @@ must be set in a protocol/server-local fashion, see `eudc-server-set' and :type 'boolean :group 'eudc) -(defcustom eudc-inline-expansion-format '("%s" email) +(defcustom eudc-inline-expansion-format '("%s %s <%s>" firstname name email) "A list specifying the format of the expansion of inline queries. This variable controls what `eudc-expand-inline' actually inserts in the buffer. First element is a string passed to `format'. Remaining |