From: tomo Date: Fri, 14 Dec 2001 08:55:26 +0000 (+0000) Subject: (idc-parse-string): Add autoload cookie. X-Git-Tag: chise-base-0_23~126 X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Ftomoyo-tools.git;a=commitdiff_plain;h=47f7b870909c66283767891f08353075bd5d0003 (idc-parse-string): Add autoload cookie. (idc-read-buffer): Likewise. --- diff --git a/idc.el b/idc.el index aca75e0..16a1f35 100644 --- 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))