diff options
Diffstat (limited to 'lisp/language/tv-util.el')
-rw-r--r-- | lisp/language/tv-util.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/language/tv-util.el b/lisp/language/tv-util.el index 842366dacbc..67ed6327971 100644 --- a/lisp/language/tv-util.el +++ b/lisp/language/tv-util.el @@ -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 |