* language/tv-util.el (tai-viet-re): Remove format.
This commit is contained in:
parent
d5a3eaaf13
commit
beb000f9bc
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* language/tv-util.el (tai-viet-re): Remove format.
|
||||
|
||||
2010-07-12 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* language/hebrew.el: Remove no-byte-compile declaration. Change
|
||||
|
|
|
@ -24,8 +24,7 @@
|
|||
;;; Code
|
||||
|
||||
;; Regexp matching with a sequence of Tai Viet characters.
|
||||
(defconst tai-viet-re
|
||||
(format "[\xaa80-\xaac2\xaadb-\xaadf-]+"))
|
||||
(defconst tai-viet-re "[\xaa80-\xaac2\xaadb-\xaadf]+")
|
||||
|
||||
;; Char-table of information about glyph type of Tai Viet characters.
|
||||
(defconst tai-viet-glyph-info
|
||||
|
|
Loading…
Add table
Reference in a new issue