From beb000f9bc62eaf79b84ee1adae8211a173e9221 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 12 Jul 2010 19:55:35 +0200 Subject: [PATCH] * language/tv-util.el (tai-viet-re): Remove format. --- lisp/ChangeLog | 4 ++++ 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 @@ +2010-07-12 Andreas Schwab + + * language/tv-util.el (tai-viet-re): Remove format. + 2010-07-12 Kenichi Handa * 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 @@ ;;; 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 -- 2.39.2