org-contacts.el: Use `bound-and-true-p' to check (unbound) var
commit3d9181c0c45da7cf2d7137c7cebac83c711344b9
authorDavid Florness <david@florness.com>
Tue, 5 Jan 2021 04:20:51 +0000 (4 23:20 -0500)
committerstardiviner <numbchild@gmail.com>
Tue, 5 Jan 2021 11:28:11 +0000 (5 19:28 +0800)
tree6b213154f110882fdacf63aaa7ac996e026911c8
parenteedaff34982e9e44a6d70677ba213f6c0d07c9ae
org-contacts.el: Use `bound-and-true-p' to check (unbound) var

* org-contacts.el (org-contacts-link-store): Use `bound-and-true-p' to
check the truthiness of org-id-link-to-org-use-id, which may or may
not be bound depending on whether org-id has been loaded.  This
simplifies the code.
org-contacts.el