From: tomo Date: Thu, 17 Feb 2011 03:08:34 +0000 (+0000) Subject: (insert-char-attributes): Treat '=decomposition@FOO' as the same as X-Git-Tag: r21-4-22-chise-0_25-6^20~530 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5dc433d8a9d926dac20b0fcc91776bdb87a48f7f;hp=f9b4502334bffecf35f74285ec77caac464ac889;p=chise%2Fxemacs-chise.git- (insert-char-attributes): Treat '=decomposition@FOO' as the same as `=decomposition'. --- diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index 5bd5ddb..d25d65b 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -1102,7 +1102,8 @@ (eq name 'ideographic-combination) (eq name 'ideographic-) (eq name '=decomposition) - (string-match "^=>decomposition" (symbol-name name)) + (string-match "^=>*decomposition\\(@[^*]+\\)?$" + (symbol-name name)) (string-match "^\\(->\\|<-\\)[^*]*$" (symbol-name name)) (string-match "^\\(->\\|<-\\)[^*]*\\*sources$" (symbol-name name))