From: Thomas Fitzsimmons Date: Fri, 10 Nov 2017 02:43:56 +0000 (-0500) Subject: EUDC: Remove external BBDB function declarations X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=262dce043527a53b21edff15a742fb07f66a48b1;p=emacs.git EUDC: Remove external BBDB function declarations * lisp/net/eudcb-bbdb.el (eudc-bbdb-extract-phones): Remove declare-function calls for external BBDB functions. --- 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)