branch: externals/ebdb
commit aabe2c0adfd90bd5717db457ce08f7328bb65d4d
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>
Stupid mistake in previous commit
* ebdb.el (ebdb-name-fl): This is what I get for hasty commits.
---
ebdb.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ebdb.el b/ebdb.el
index 0662bd9..f0f9f32 100644
--- a/ebdb.el
+++ b/ebdb.el
@@ -883,7 +883,7 @@ first one."
(with-slots (prefix surname suffix) name
(ebdb-string-trim
(concat (when given
- (concat "%s " given))
+ (format "%s " given))
(when prefix
(format "%s " prefix))
(slot-value name 'surname)