branch: externals/ebdb
commit 5fdf28606c15031624903347b3e0e0b30367de9a
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>
Feeding incorrect args to ebdb-snarf
* ebdb-mua.el (ebdb-mua-snarf-article): Argument signature was wrong.
---
ebdb-mua.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ebdb-mua.el b/ebdb-mua.el
index a3f23f7..d132e32 100644
--- a/ebdb-mua.el
+++ b/ebdb-mua.el
@@ -1305,7 +1305,7 @@ FIELD defaults to value of variable
`ebdb-mua-edit-field'."
(recs (when (buffer-live-p buf)
(mapcar #'car (buffer-local-value 'ebdb-records buf)))))
(ebdb-mua-prepare-article)
- (ebdb-snarf (ebdb-mua-article-body) recs))
+ (ebdb-snarf (ebdb-mua-article-body) nil nil recs))
(cl-no-applicable-method
(message "Article snarfing doesn't work in this context."))))