emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/net/eudcb-bbdb.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/net/eudcb-bbdb.el,v
Date: Fri, 30 Nov 2007 07:49:41 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/11/30 07:49:41

Index: eudcb-bbdb.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/net/eudcb-bbdb.el,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- eudcb-bbdb.el       29 Nov 2007 04:28:28 -0000      1.14
+++ eudcb-bbdb.el       30 Nov 2007 07:49:41 -0000      1.15
@@ -104,16 +104,16 @@
       record)))
 
 ;; External.
-(declare-function bbdb-phone-location   "ext:bbdb") ; via bbdb-defstruct
+(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") ; via bbdb-defstruct
+(declare-function bbdb-record-phones    "ext:bbdb" t) ; via bbdb-defstruct
 ;; FIXME: bbdb-address-street1/2/3 don't seem to exist in current
 ;; bbdb, so this code is probably broken.
-(declare-function bbdb-address-city     "ext:bbdb") ; via bbdb-defstruct
-(declare-function bbdb-address-state    "ext:bbdb") ; via bbdb-defstruct
-(declare-function bbdb-address-zip      "ext:bbdb") ; via bbdb-defstruct
-(declare-function bbdb-address-location "ext:bbdb") ; via bbdb-defstruct
-(declare-function bbdb-record-addresses "ext:bbdb") ; 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))
 




reply via email to

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