aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/net/eudc-export.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/net/eudc-export.el b/lisp/net/eudc-export.el
index 58168778e3e..60a57711d2a 100644
--- a/lisp/net/eudc-export.el
+++ b/lisp/net/eudc-export.el
@@ -158,6 +158,11 @@ LOCATION is used as the address location for bbdb."
158 (or state "") 158 (or state "")
159 zip))) 159 zip)))
160 160
161;; External.
162(declare-function bbdb-parse-phone-number "ext:bbdb-com"
163 (string &optional number-type))
164(declare-function bbdb-string-trim "ext:bbdb" (string))
165
161(defun eudc-bbdbify-phone (phone location) 166(defun eudc-bbdbify-phone (phone location)
162 "Parse PHONE into a vector compatible with BBDB. 167 "Parse PHONE into a vector compatible with BBDB.
163PHONE is either a string supposedly containing a phone number or 168PHONE is either a string supposedly containing a phone number or