Fix BBDB link completion
commitea50ad41bee8a813fd7c172574fd3c600c6b34f0
authorEric Abrahamsen <eric@ericabrahamsen.net>
Tue, 29 Apr 2014 00:59:13 +0000 (29 08:59 +0800)
committerNicolas Goaziou <n.goaziou@gmail.com>
Tue, 29 Apr 2014 09:36:16 +0000 (29 11:36 +0200)
tree29f01758bac39c984d7eb8fc7aa686c8a8bdf6f2
parentae8fd7a1391b3ffa54a981735cb091a266769c13
Fix BBDB link completion

lisp/org-bbdb.el (org-bbdb-complete-link): Fix link completion with
newer versions of BBDB.

Newer versions of BBDB seem to be returning atomic values from
`bbdb-completing-read-record', we should be prepared for both atoms
and lists.
lisp/org-bbdb.el