1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-31 11:13:50 +00:00

Use "\\c." instead of "[[:alpha:]]" to match with

a base character.
This commit is contained in:
Kenichi Handa 2009-02-12 05:42:56 +00:00
parent 00c4240510
commit ca451f4c7e

View 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)