From 2b36798666ab6369f3e1103cd0558b24af9430ff Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Thu, 17 Apr 2014 18:29:42 -0700 Subject: [PATCH] Refactor to allow combined name mappings, expecting only 1 to be valid --- bbdb3-csv-import.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbdb3-csv-import.el b/bbdb3-csv-import.el index 3a9f4b0..8b66c73 100644 --- a/bbdb3-csv-import.el +++ b/bbdb3-csv-import.el @@ -304,7 +304,7 @@ Defaults to current buffer." (replace-regexp-in-string "[0-9]+" (number-to-string num) string)) (map-assoc (field) ;; For mappings with just 1 simple csv-field, get it's data - (assoc-plus (car (map-bbdb3 field)) csv-record))) + (car (rd-assoc field)))) (let ((name (let ((first (map-assoc "firstname")) (middle (map-assoc "middlename")) -- 2.30.2