Hello Roland,

Update of bbdb-com.el from the 17/10/2010 partially broke
`bbdb-complete-mail'. Below is the patch, nothing fancy, only one letter
went missing ;-)

-- 
Bruno

--- build/emacs/bbdb/lisp/bbdb-com.el   2010-10-18 00:21:34.000000000 +0900
+++ .emacs.d/lisp/bbdb/bbdb-com.el      2010-10-28 18:04:21.000000000 +0900
@@ -1631,7 +1631,7 @@
   (unless mail
     (let ((mails (bbdb-record-mail record)))
       (setq mail (or (and (integerp mail) (nth mail mails))
-                     (car mail)))))
+                     (car mails)))))
   (unless mail (error "Record has no mail addresses"))
   (let* ((mail-name (bbdb-record-note record 'mail-name))
          (name (or mail-name (bbdb-record-name record)))

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to