emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/composite.el


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/composite.el
Date: Wed, 08 Sep 2004 03:23:41 -0400

Index: emacs/lisp/composite.el
diff -c emacs/lisp/composite.el:1.15 emacs/lisp/composite.el:1.16
*** emacs/lisp/composite.el:1.15        Fri Mar 19 02:33:17 2004
--- emacs/lisp/composite.el     Wed Sep  8 07:18:13 2004
***************
*** 77,88 ****
      +----+-----+ <--- 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.
  
  (defun encode-composition-rule (rule)
    (if (and (integerp rule) (< rule 144))
        ;; Already encoded.
        rule
--- 77,92 ----
      +----+-----+ <--- new descent
  ")
  
  
+ ;;;###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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]