# HG changeset patch # User Kenichi Handa # Date 1094627893 0 # Node ID 5eac7cd6d21329c16bb06900842ff0e1d03d10ae # Parent ef2bf59ff39ef89487bd0f0f6607d3d7c3ac3c69 (encode-composition-rule): Add autoload cooky. diff -r ef2bf59ff39e -r 5eac7cd6d213 lisp/composite.el --- a/lisp/composite.el Wed Sep 08 03:26:24 2004 +0000 +++ b/lisp/composite.el Wed Sep 08 07:18:13 2004 +0000 @@ -77,12 +77,16 @@ +----+-----+ <--- new descent ") -;; Encode composition rule RULE into an integer value. RULE is a cons -;; of global and new reference point symbols. -;; This must be compatible with C macro COMPOSITION_ENCODE_RULE -;; defined in composite.h. +;;;###autoload (defun encode-composition-rule (rule) + "Encode composition rule RULE into an integer value. +RULE is a cons of global and new reference point symbols +\(see reference-point-alist)." + + ;; This must be compatible with C macro COMPOSITION_ENCODE_RULE + ;; defined in composite.h. + (if (and (integerp rule) (< rule 144)) ;; Already encoded. rule