(idc-parse-string): Add autoload cookie.
authortomo <tomo>
Fri, 14 Dec 2001 08:55:26 +0000 (08:55 +0000)
committertomo <tomo>
Fri, 14 Dec 2001 08:55:26 +0000 (08:55 +0000)
(idc-read-buffer): Likewise.

idc.el

diff --git a/idc.el b/idc.el
index aca75e0..16a1f35 100644 (file)
--- a/idc.el
+++ b/idc.el
@@ -59,6 +59,7 @@
                 (cons (list (list 'ideographic-structure op arg1 arg2 arg3))
                       (cdr ret)))))))))
 
+;;;###autoload
 (defun idc-parse-string (string)
   (let ((ret (idc-parse-element string)))
     (if (= (length (cdr ret)) 0)
@@ -67,6 +68,7 @@
 
 (require 'idc-util)
 
+;;;###autoload
 (defun idc-read-buffer (buffer)
   (with-current-buffer buffer
     (goto-char (point-min))