From 47f7b870909c66283767891f08353075bd5d0003 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 14 Dec 2001 08:55:26 +0000 Subject: [PATCH 1/1] (idc-parse-string): Add autoload cookie. (idc-read-buffer): Likewise. --- idc.el | 2 ++ 1 file changed, 2 insertions(+) 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)) -- 1.7.10.4