summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Fitzsimmons <fitzsim@fitzsim.org>2017-11-14 21:23:47 -0500
committerThomas Fitzsimmons <fitzsim@fitzsim.org>2017-11-14 21:23:47 -0500
commitf1ab95ddacc756cf6be9daf56f0c33b118247063 (patch)
treefba8742e0b636a220f7302c8a249453526b644b0
parente02938d4c506617151f88eb0f9351994c0042adb (diff)
downloademacs-f1ab95ddacc756cf6be9daf56f0c33b118247063.tar.gz
EUDC: Require bbdb, bbdb-com without NOERROR
* lisp/net/eudc-export.el: Require bbdb and bbdb-com without ignoring errors.
-rw-r--r--lisp/net/eudc-export.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/lisp/net/eudc-export.el b/lisp/net/eudc-export.el
index 1077cc4e8bf..d10994a0458 100644
--- a/lisp/net/eudc-export.el
+++ b/lisp/net/eudc-export.el
@@ -31,10 +31,8 @@
;;; Code:
(require 'eudc)
-
-;; NOERROR is so we can compile it.
-(require 'bbdb nil t)
-(require 'bbdb-com nil t)
+(require 'bbdb)
+(require 'bbdb-com)
(defun eudc-create-bbdb-record (record &optional silent)
"Create a BBDB record using the RECORD alist.