(idc-read-buffer): Likewise.
(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)
(require 'idc-util)
+;;;###autoload
(defun idc-read-buffer (buffer)
(with-current-buffer buffer
(goto-char (point-min))