From 81e1ab504e419fed8a6e3728effd6318fc36cc8f Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Sat, 17 May 2014 02:26:50 -0700 Subject: [PATCH] fix program breaking typo --- bbdb-csv-import.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbdb-csv-import.el b/bbdb-csv-import.el index fa8377b..3c3e06d 100644 --- a/bbdb-csv-import.el +++ b/bbdb-csv-import.el @@ -317,7 +317,7 @@ a tree (a list with lists inside it)" (cons it acc) (setq it (cdr it)) (let* ((i 1) - (first-field (car (flatten it)))) + (first-field (car (-flatten it)))) (setq acc (cons it acc)) ;; use first-field to test if there is another repetition. (while (member -- 2.30.2