diff options
author | Glenn Morris <rgm@gnu.org> | 2007-11-29 04:27:27 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-11-29 04:27:27 +0000 |
commit | 5bc5ab65231d7fa2104a3eac1866afe867fe331d (patch) | |
tree | b7e2b52f5d0c41c93d88b836d58d7e73f5efc016 /lisp/net/eudc-export.el | |
parent | 352d2dea783c547b7416bc22199bdaa44ebdd9f7 (diff) | |
download | emacs-5bc5ab65231d7fa2104a3eac1866afe867fe331d.tar.gz |
(bbdb-parse-phone-number, bbdb-string-trim): Declare as functions.
Diffstat (limited to 'lisp/net/eudc-export.el')
-rw-r--r-- | lisp/net/eudc-export.el | 5 |
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." (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 |