summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Fitzsimmons <fitzsim@fitzsim.org>2017-11-09 21:35:57 -0500
committerThomas Fitzsimmons <fitzsim@fitzsim.org>2017-11-14 21:09:25 -0500
commit06c3557c6f2becf356d2ea721ce1a6106732a128 (patch)
treea29024a8c43a17a482a08ffc6693b1a0703a3739
parentf529b7df507ba1e4eef90d2b85ce2a8fd8e77d96 (diff)
downloademacs-06c3557c6f2becf356d2ea721ce1a6106732a128.tar.gz
EUDC: Require bbdb and bbdb-com without ignoring errors
* lisp/net/eudcb-bbdb.el: Require bbdb and bbdb-com without ignoring errors.
-rw-r--r--lisp/net/eudcb-bbdb.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/lisp/net/eudcb-bbdb.el b/lisp/net/eudcb-bbdb.el
index f7011a2e82c..e8bfe76501d 100644
--- a/lisp/net/eudcb-bbdb.el
+++ b/lisp/net/eudcb-bbdb.el
@@ -30,10 +30,8 @@
;;; Code:
(require 'eudc)
-
-;; Make it loadable on systems without bbdb.
-(require 'bbdb nil t)
-(require 'bbdb-com nil t)
+(require 'bbdb)
+(require 'bbdb-com)
;;{{{ Internal cooking