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 | |
| parent | d5a3eaaf13bf8de7e52a79f3c9e8c248dbb5a93e (diff) | |
| download | emacs-beb000f9bc62eaf79b84ee1adae8211a173e9221.tar.gz emacs-beb000f9bc62eaf79b84ee1adae8211a173e9221.zip | |
* language/tv-util.el (tai-viet-re): Remove format.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/language/tv-util.el | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3d8648c86b6..e683dd718a6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-07-12 Andreas Schwab <schwab@linux-m68k.org> | ||
| 2 | |||
| 3 | * language/tv-util.el (tai-viet-re): Remove format. | ||
| 4 | |||
| 1 | 2010-07-12 Kenichi Handa <handa@m17n.org> | 5 | 2010-07-12 Kenichi Handa <handa@m17n.org> |
| 2 | 6 | ||
| 3 | * language/hebrew.el: Remove no-byte-compile declaration. Change | 7 | * language/hebrew.el: Remove no-byte-compile declaration. Change |
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 |