diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-08-29 14:06:44 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-08-29 14:06:44 +0000 |
commit | 6978c919f6961fc66b00ae88ddae056ecd68324f (patch) | |
tree | aeabcca4d39dae722b9e9271047c6e82b2193eab /lisp/language | |
parent | 11b227acaaf86a463b8e9940a89c5f79070f7f19 (diff) | |
download | emacs-6978c919f6961fc66b00ae88ddae056ecd68324f.tar.gz |
(thai-auto-composition-mode): Add defvar.
Diffstat (limited to 'lisp/language')
-rw-r--r-- | lisp/language/thai-util.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/language/thai-util.el b/lisp/language/thai-util.el index 661ed75b513..2fabc56616d 100644 --- a/lisp/language/thai-util.el +++ b/lisp/language/thai-util.el @@ -28,6 +28,8 @@ ;;; Code: +(defvar thai-auto-composition-mode) + ;; Setting information of Thai characters. (defconst thai-category-table (make-category-table)) |