From c75a1a9932c3d3d1d5a622d3aac28ecc709aef4e Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 14 Dec 2001 08:40:00 +0000 Subject: [PATCH] (ideographic-structure-convert-to-ucs): Add autoload cookie. (ideographic-structure-convert-to-daikanwa): Likewise. --- idc-util.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/idc-util.el b/idc-util.el index 684187b..d547dc6 100644 --- a/idc-util.el +++ b/idc-util.el @@ -26,6 +26,7 @@ ;;; Code: +;;;###autoload (defun ideographic-structure-convert-to-ucs (structure) (let (dest cell ucs ret) (while structure @@ -119,6 +120,7 @@ (decode-char 'ucs #x9751)) )) +;;;###autoload (defun ideographic-structure-convert-to-daikanwa (structure) (let (dest cell morohashi ret) (while structure -- 1.7.10.4