Variable: eudc-bbdb-use-locations-as-attribute-names
eudc-bbdb-use-locations-as-attribute-names is a customizable variable
defined in eudc-vars.el.gz.
Value
t
Documentation
If non-nil, BBDB address and phone locations are used as attribute names.
This has no effect on queries (you can't search for a specific location) but influences the way records are displayed.
Source Code
;; Defined in /usr/src/emacs/lisp/net/eudc-vars.el.gz
(defcustom eudc-bbdb-use-locations-as-attribute-names t
"If non-nil, BBDB address and phone locations are used as attribute names.
This has no effect on queries (you can't search for a specific location)
but influences the way records are displayed."
:type 'boolean)