summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/bbdb-gnus.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/bbdb-gnus.el b/lisp/bbdb-gnus.el
index 7f458ef..3c6cb16 100644
--- a/lisp/bbdb-gnus.el
+++ b/lisp/bbdb-gnus.el
@@ -430,7 +430,7 @@ addresses better than the traditionally static global scorefile."
(if (not (and score net)) nil
(mapconcat
(lambda (addr)
- (concat "(\"" addr "\" " score ")\n"))
+ (format "(\"%s\" %s)\n" addr score))
net ""))))
(bbdb-records) "")
"))"))))