emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/category.h [emacs-unicode-2]


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/category.h [emacs-unicode-2]
Date: Sun, 28 Sep 2003 19:31:19 -0400

Index: emacs/src/category.h
diff -c emacs/src/category.h:1.15.6.1 emacs/src/category.h:1.15.6.2
*** emacs/src/category.h:1.15.6.1       Mon Sep  8 08:48:09 2003
--- emacs/src/category.h        Sun Sep 28 19:31:19 2003
***************
*** 111,118 ****
  
  /* Return 1 if there is a word boundary between two word-constituent
     characters C1 and C2 if they appear in this order, else return 0.
!    There is no word boundary between two word-constituent ASCII
!    characters.  */
  #define WORD_BOUNDARY_P(c1, c2)                                       \
    (!(SINGLE_BYTE_CHAR_P (c1) && SINGLE_BYTE_CHAR_P (c2))      \
     && word_boundary_p (c1, c2))
--- 111,118 ----
  
  /* Return 1 if there is a word boundary between two word-constituent
     characters C1 and C2 if they appear in this order, else return 0.
!    There is no word boundary between two word-constituent ASCII and
!    Latin-1 characters.  */
  #define WORD_BOUNDARY_P(c1, c2)                                       \
    (!(SINGLE_BYTE_CHAR_P (c1) && SINGLE_BYTE_CHAR_P (c2))      \
     && word_boundary_p (c1, c2))




reply via email to

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