emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100797: * language/tv-util.el (tai-v


From: Andreas Schwab
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100797: * language/tv-util.el (tai-viet-re): Remove format.
Date: Mon, 12 Jul 2010 19:55:35 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100797
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Mon 2010-07-12 19:55:35 +0200
message:
  * language/tv-util.el (tai-viet-re): Remove format.
modified:
  lisp/ChangeLog
  lisp/language/tv-util.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-07-12 05:25:46 +0000
+++ b/lisp/ChangeLog    2010-07-12 17:55:35 +0000
@@ -1,3 +1,7 @@
+2010-07-12  Andreas Schwab  <address@hidden>
+
+       * language/tv-util.el (tai-viet-re): Remove format.
+
 2010-07-12  Kenichi Handa  <address@hidden>
 
        * language/hebrew.el: Remove no-byte-compile declaration.  Change

=== modified file 'lisp/language/tv-util.el'
--- a/lisp/language/tv-util.el  2010-01-13 08:35:10 +0000
+++ b/lisp/language/tv-util.el  2010-07-12 17:55:35 +0000
@@ -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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]