From 5bc5ab65231d7fa2104a3eac1866afe867fe331d Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 29 Nov 2007 04:27:27 +0000 Subject: [PATCH] (bbdb-parse-phone-number, bbdb-string-trim): Declare as functions. --- lisp/net/eudc-export.el | 5 +++++ 1 file changed, 5 insertions(+) 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." (or state "") zip))) +;; External. +(declare-function bbdb-parse-phone-number "ext:bbdb-com" + (string &optional number-type)) +(declare-function bbdb-string-trim "ext:bbdb" (string)) + (defun eudc-bbdbify-phone (phone location) "Parse PHONE into a vector compatible with BBDB. PHONE is either a string supposedly containing a phone number or -- 2.39.2