Hello,

When I byte-compile bbdb-com.el there comes some warning message. This
warning is removed by the following patch adding some declare-function
statement.

   Vincent.

diff --git a/lisp/bbdb-com.el b/lisp/bbdb-com.el
index 4e8c34d..5c39267 100644
--- a/lisp/bbdb-com.el
+++ b/lisp/bbdb-com.el
@@ -25,6 +25,8 @@
 (require 'bbdb)
 (require 'mailabbrev)
 
+(declare-function bbdb-decompose-bbdb-address "bbdb" (mail))
+
 (eval-and-compile
   (autoload 'build-mail-aliases "mailalias")
   (autoload 'browse-url-url-at-point "browse-url"))
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to