]> git.eshelyaron.com Git - emacs.git/commitdiff
Use "\\c." instead of "[[:alpha:]]" to match with
authorKenichi Handa <handa@m17n.org>
Thu, 12 Feb 2009 05:42:56 +0000 (05:42 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 12 Feb 2009 05:42:56 +0000 (05:42 +0000)
a base character.

lisp/composite.el

index 537adab6e90b215eea67ad7744fee6752dc05487..667f158a34643cf7186b5ca1496e2e10d9feeaf7 100644 (file)
@@ -646,7 +646,7 @@ All non-spacing characters has this function in
              (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)