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

Diff of /emacs/src/category.h

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

revision 1.15.6.1 by handa, Mon Sep 8 12:48:09 2003 UTC revision 1.15.6.2 by handa, Sun Sep 28 23:31:19 2003 UTC
# Line 111  extern Lisp_Object _temp_category_set; Line 111  extern Lisp_Object _temp_category_set;
111    
112  /* Return 1 if there is a word boundary between two word-constituent  /* Return 1 if there is a word boundary between two word-constituent
113     characters C1 and C2 if they appear in this order, else return 0.     characters C1 and C2 if they appear in this order, else return 0.
114     There is no word boundary between two word-constituent ASCII     There is no word boundary between two word-constituent ASCII and
115     characters.  */     Latin-1 characters.  */
116  #define WORD_BOUNDARY_P(c1, c2)                                 \  #define WORD_BOUNDARY_P(c1, c2)                                 \
117    (!(SINGLE_BYTE_CHAR_P (c1) && SINGLE_BYTE_CHAR_P (c2))        \    (!(SINGLE_BYTE_CHAR_P (c1) && SINGLE_BYTE_CHAR_P (c2))        \
118     && word_boundary_p (c1, c2))     && word_boundary_p (c1, c2))

Legend:
Removed from v.1.15.6.1  
changed lines
  Added in v.1.15.6.2

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