changeset 89297:4a475cc23487

(indian-composable-pattern): New variable.
author Kenichi Handa <handa@m17n.org>
date Thu, 07 Nov 2002 06:30:22 +0000
parents 5f226da850bf
children e1d0641b8107
files lisp/language/indian.el
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/language/indian.el	Thu Nov 07 06:29:59 2002 +0000
+++ b/lisp/language/indian.el	Thu Nov 07 06:30:22 2002 +0000
@@ -46,6 +46,10 @@
 to one of `indian-script-table' (which see).
 The default value is `devanagari'.")
 
+(defvar indian-composable-pattern
+  (make-char-table nil)
+  "Char table of regexps for composable Indian character sequence.")
+
 (provide 'indian)
 
 ;;; indian.el ends here