changeset 101960:6f4559bfd1b6

Use "\\c." instead of "[[:alpha:]]" to match with a base character.
author Kenichi Handa <handa@m17n.org>
date Thu, 12 Feb 2009 05:42:56 +0000
parents 6f78ccd1040d
children 35c1915c9f6b
files lisp/composite.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/composite.el	Thu Feb 12 05:38:25 2009 +0000
+++ b/lisp/composite.el	Thu Feb 12 05:42:56 2009 +0000
@@ -646,7 +646,7 @@
 	      (setq i (1+ i))))
 	  gstring))))))
 
-(let ((elt '(["[[:alpha:]]\\c^+" 1 compose-gstring-for-graphic]
+(let ((elt '(["\\c.\\c^+" 1 compose-gstring-for-graphic]
 	     [nil 0 compose-gstring-for-graphic])))
   (map-char-table
    #'(lambda (key val)