From 6978c919f6961fc66b00ae88ddae056ecd68324f Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 29 Aug 2005 14:06:44 +0000 Subject: [PATCH] (thai-auto-composition-mode): Add defvar. --- lisp/language/thai-util.el | 2 ++ 1 file changed, 2 insertions(+) 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)) -- 2.39.2