From: Ian Kelling Date: Sat, 17 May 2014 09:26:50 +0000 (-0700) Subject: fix program breaking typo X-Git-Url: https://iankelling.org/git/?p=bbdb-csv-import;a=commitdiff_plain;h=81e1ab504e419fed8a6e3728effd6318fc36cc8f fix program breaking typo --- 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