diff options
author | Thomas Fitzsimmons <fitzsim@fitzsim.org> | 2017-11-09 21:43:56 -0500 |
---|---|---|
committer | Thomas Fitzsimmons <fitzsim@fitzsim.org> | 2017-11-14 21:09:25 -0500 |
commit | 262dce043527a53b21edff15a742fb07f66a48b1 (patch) | |
tree | 7026d8ad982be6fbd75ffbedd9f4ac568a442b9e | |
parent | 06c3557c6f2becf356d2ea721ce1a6106732a128 (diff) | |
download | emacs-262dce043527a53b21edff15a742fb07f66a48b1.tar.gz |
EUDC: Remove external BBDB function declarations
* lisp/net/eudcb-bbdb.el (eudc-bbdb-extract-phones): Remove
declare-function calls for external BBDB functions.
-rw-r--r-- | lisp/net/eudcb-bbdb.el | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lisp/net/eudcb-bbdb.el b/lisp/net/eudcb-bbdb.el index e8bfe76501d..deda897a861 100644 --- a/lisp/net/eudcb-bbdb.el +++ b/lisp/net/eudcb-bbdb.el @@ -110,19 +110,6 @@ BBDB < 3 used `net'; BBDB >= 3 uses `mail'." (throw 'unmatch nil)))) record))) -;; External. -(declare-function bbdb-phone-location "ext:bbdb" t) ; via bbdb-defstruct -(declare-function bbdb-phone-string "ext:bbdb" (phone)) -(declare-function bbdb-record-phones "ext:bbdb" t) ; via bbdb-defstruct -(declare-function bbdb-address-streets "ext:bbdb" t) ; via bbdb-defstruct -(declare-function bbdb-address-city "ext:bbdb" t) ; via bbdb-defstruct -(declare-function bbdb-address-state "ext:bbdb" t) ; via bbdb-defstruct -(declare-function bbdb-address-zip "ext:bbdb" t) ; via bbdb-defstruct -(declare-function bbdb-address-location "ext:bbdb" t) ; via bbdb-defstruct -(declare-function bbdb-record-addresses "ext:bbdb" t) ; via bbdb-defstruct -(declare-function bbdb-records "ext:bbdb" - (&optional dont-check-disk already-in-db-buffer)) - (defun eudc-bbdb-extract-phones (record) "Extract phone numbers from BBDB RECORD." (require 'bbdb) |