diff options
| author | Andreas Schwab | 2010-07-12 19:55:35 +0200 |
|---|---|---|
| committer | Andreas Schwab | 2010-07-12 19:55:35 +0200 |
| commit | beb000f9bc62eaf79b84ee1adae8211a173e9221 (patch) | |
| tree | 425ac764d30e8218811db26b0729f20931df60c4 /lisp/language | |
| parent | d5a3eaaf13bf8de7e52a79f3c9e8c248dbb5a93e (diff) | |
| download | emacs-beb000f9bc62eaf79b84ee1adae8211a173e9221.tar.gz emacs-beb000f9bc62eaf79b84ee1adae8211a173e9221.zip | |
* 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 @@ | |||
| 24 | ;;; Code | 24 | ;;; Code |
| 25 | 25 | ||
| 26 | ;; Regexp matching with a sequence of Tai Viet characters. | 26 | ;; Regexp matching with a sequence of Tai Viet characters. |
| 27 | (defconst tai-viet-re | 27 | (defconst tai-viet-re "[\xaa80-\xaac2\xaadb-\xaadf]+") |
| 28 | (format "[\xaa80-\xaac2\xaadb-\xaadf-]+")) | ||
| 29 | 28 | ||
| 30 | ;; Char-table of information about glyph type of Tai Viet characters. | 29 | ;; Char-table of information about glyph type of Tai Viet characters. |
| 31 | (defconst tai-viet-glyph-info | 30 | (defconst tai-viet-glyph-info |