/[emacs]/emacs/src/composite.h
ViewVC logotype

Diff of /emacs/src/composite.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by gerd, Thu Jul 19 11:20:23 2001 UTC revision 1.9.8.1 by miles, Fri Apr 4 06:20:57 2003 UTC
# Line 76  extern Lisp_Object composition_temp; Line 76  extern Lisp_Object composition_temp;
76  #define COMPOSITION_MODIFICATION_FUNC(prop)     \  #define COMPOSITION_MODIFICATION_FUNC(prop)     \
77    (COMPOSITION_REGISTERD_P (prop)               \    (COMPOSITION_REGISTERD_P (prop)               \
78     ? XCDR (XCDR (XCDR (prop)))                  \     ? XCDR (XCDR (XCDR (prop)))                  \
79     : XCDR (prop))     : CONSP (prop) ? XCDR (prop) : Qnil)
80    
81  /* Return the method of composition.  */  /* Return the method of composition.  */
82  #define COMPOSITION_METHOD(prop)                                        \  #define COMPOSITION_METHOD(prop)                                        \
# Line 147  extern Lisp_Object composition_temp; Line 147  extern Lisp_Object composition_temp;
147    
148     When a composition is assigned an ID number (by     When a composition is assigned an ID number (by
149     get_composition_id), this structure is allocated for the     get_composition_id), this structure is allocated for the
150     composition and linked in composition_table[ID].       composition and linked in composition_table[ID].
151    
152     Identical compositions appearing at different places have the same     Identical compositions appearing at different places have the same
153     ID, and thus share the same instance of this structure.  */     ID, and thus share the same instance of this structure.  */

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.9.8.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26