X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=csv.el;h=38299a484d11a287fad3b13d30b3124e0f0d8efc;hb=60b0de6f78af13a1292d072f984a86a63343ec84;hp=fb3421718e9f741e87defb93a954953213e64748;hpb=8a89ab51f334d78d9af812effd7e863bffd548a4;p=chise%2Ftomoyo-tools.git diff --git a/csv.el b/csv.el index fb34217..38299a4 100644 --- a/csv.el +++ b/csv.el @@ -5,7 +5,7 @@ ;; Author: MORIOKA Tomohiko ;; Keywords: CSV, table, database -;; This file is a part of Tomoyo Utilities. +;; This file is a part of Tomoyo-Tools. ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as @@ -73,6 +73,7 @@ (if (> (length string) 0) string)))) +;;;###autoload (defun csv-parse-string (string) (let (ret dest) (while (and string