commit cdd0279c0deee629439543b6a12fd26b5c209c4a
Date: Thu May 5 12:33:56 2011 +0800
Fix a typo in bbdb-merge-records-internal
---
lisp/bbdb-com.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified lisp/bbdb-com.el
diff --git a/lisp/bbdb-com.el b/lisp/bbdb-com.el
index b6a8ba64..3efb9757 100644
--- a/lisp/bbdb-com.el
+++ b/lisp/bbdb-com.el
@@ -1575,7 +1575,7 @@ (defun bbdb-merge-records-internal (old-record new-record)
(unless (and bbdb-use-alternate-names
(y-or-n-p
(format "Keep \"%s\" as an alternate name? "
- (bbdb-record-name extra-name))))
+ extra-name)))
(setq extra-name nil)))))))
(bbdb-record-unset-name new-record)
------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network
management toolset available today. Delivers lowest initial
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
[email protected]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/