(csv-parse-string): Add autoload cookie.
authortomo <tomo>
Fri, 14 Dec 2001 08:36:16 +0000 (08:36 +0000)
committertomo <tomo>
Fri, 14 Dec 2001 08:36:16 +0000 (08:36 +0000)
csv.el

diff --git a/csv.el b/csv.el
index fb34217..38299a4 100644 (file)
--- a/csv.el
+++ b/csv.el
@@ -5,7 +5,7 @@
 ;; Author: MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
 ;; 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