iankelling.org
/
git
/
bbdb-csv-import
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa1e244
)
fix program breaking typo
author
Ian Kelling
<ian@iankelling.org>
Sat, 17 May 2014 09:26:50 +0000
(
02:26
-0700)
committer
Ian Kelling
<ian@iankelling.org>
Sat, 17 May 2014 09:26:50 +0000
(
02:26
-0700)
bbdb-csv-import.el
patch
|
blob
|
history
diff --git
a/bbdb-csv-import.el
b/bbdb-csv-import.el
index fa8377bd3031d5e4e19ebb7e0f5e1a5a7ef41d6f..3c3e06da8cc4d8ee498ced06d247367d43aefa40 100644
(file)
--- 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