From: tomo Date: Fri, 14 Dec 2001 08:36:16 +0000 (+0000) Subject: (csv-parse-string): Add autoload cookie. X-Git-Tag: chise-base-0_23~128 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=6ecaadefc2704c47fc97783e03e92686ebe6c575;p=chise%2Ftomoyo-tools.git (csv-parse-string): Add autoload cookie. --- 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