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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/composite.el [lexbind]
Date: Wed, 15 Sep 2004 20:43:13 -0400

Index: emacs/lisp/composite.el
diff -c emacs/lisp/composite.el:1.8.8.3 emacs/lisp/composite.el:1.8.8.4
*** emacs/lisp/composite.el:1.8.8.3     Fri Mar 19 23:29:17 2004
--- emacs/lisp/composite.el     Thu Sep 16 00:12:21 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]