emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/eudc-bbdb-3 262dce0 09/15: EUDC: Remove external B


From: Thomas Fitzsimmons
Subject: [Emacs-diffs] scratch/eudc-bbdb-3 262dce0 09/15: EUDC: Remove external BBDB function declarations
Date: Tue, 21 Nov 2017 23:47:52 -0500 (EST)

branch: scratch/eudc-bbdb-3
commit 262dce043527a53b21edff15a742fb07f66a48b1
Author: Thomas Fitzsimmons <address@hidden>
Commit: Thomas Fitzsimmons <address@hidden>

    EUDC: Remove external BBDB function declarations
    
    * lisp/net/eudcb-bbdb.el (eudc-bbdb-extract-phones): Remove
    declare-function calls for external BBDB functions.
---
 lisp/net/eudcb-bbdb.el | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/lisp/net/eudcb-bbdb.el b/lisp/net/eudcb-bbdb.el
index e8bfe76..deda897 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]