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:
parent
00c4240510
commit
ca451f4c7e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user