fix program breaking typo
authorIan Kelling <ian@iankelling.org>
Sat, 17 May 2014 09:26:50 +0000 (02:26 -0700)
committerIan Kelling <ian@iankelling.org>
Sat, 17 May 2014 09:26:50 +0000 (02:26 -0700)
bbdb-csv-import.el

index fa8377bd3031d5e4e19ebb7e0f5e1a5a7ef41d6f..3c3e06da8cc4d8ee498ced06d247367d43aefa40 100644 (file)
@@ -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