update.
[chise/tomoyo-tools.git] / 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))