From 6ecaadefc2704c47fc97783e03e92686ebe6c575 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 14 Dec 2001 08:36:16 +0000 Subject: [PATCH] (csv-parse-string): Add autoload cookie. --- csv.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 1.7.10.4