diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2010-07-12 19:55:35 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2010-07-12 19:55:35 +0200 |
commit | beb000f9bc62eaf79b84ee1adae8211a173e9221 (patch) | |
tree | 425ac764d30e8218811db26b0729f20931df60c4 /lisp/language | |
parent | d5a3eaaf13bf8de7e52a79f3c9e8c248dbb5a93e (diff) | |
download | emacs-beb000f9bc62eaf79b84ee1adae8211a173e9221.tar.gz |
* language/tv-util.el (tai-viet-re): Remove format.
Diffstat (limited to 'lisp/language')
-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 |