From 7c46bdba74eeee8d42d4241e988558722c0d4617 Mon Sep 17 00:00:00 2001 From: tomo Date: Sat, 26 Mar 2005 05:46:35 +0000 Subject: [PATCH] (map-char-family): Add autoload cookie. --- lisp/utf-2000/ideograph-util.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/utf-2000/ideograph-util.el b/lisp/utf-2000/ideograph-util.el index 662715e..c00d5bf 100644 --- a/lisp/utf-2000/ideograph-util.el +++ b/lisp/utf-2000/ideograph-util.el @@ -32,6 +32,7 @@ (intern (format "%s@%s" feature domain)) feature)) +;;;###autoload (defun map-char-family (function char &optional ignore-sisters) (let ((rest (list char)) ret checked) -- 1.7.10.4