Merge pull request #1156 from mrc/el-csv

Added parse-csv, simple parser from CSV to list
This commit is contained in:
Steve Purcell 2013-11-07 01:59:25 -08:00
commit 010a182f74

1
recipes/parse-csv Normal file
View file

@ -0,0 +1 @@
(parse-csv :fetcher github :repo "mrc/el-csv" :files ("parse-csv.el"))