aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-11-29 04:27:27 +0000
committerGlenn Morris2007-11-29 04:27:27 +0000
commit5bc5ab65231d7fa2104a3eac1866afe867fe331d (patch)
treeb7e2b52f5d0c41c93d88b836d58d7e73f5efc016
parent352d2dea783c547b7416bc22199bdaa44ebdd9f7 (diff)
downloademacs-5bc5ab65231d7fa2104a3eac1866afe867fe331d.tar.gz
emacs-5bc5ab65231d7fa2104a3eac1866afe867fe331d.zip
(bbdb-parse-phone-number, bbdb-string-trim): Declare as functions.
-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