diff options
author | Dave Love <fx@gnu.org> | 2000-11-22 19:28:28 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-11-22 19:28:28 +0000 |
commit | 41da80b109dffc3eabe362daa53b4220771dd9b2 (patch) | |
tree | 360b57e547c785a1807e29b7882df1b13150c768 /lisp/language/thai.el | |
parent | da7fab49d6f4b0508a1a3cd3188f0b141e13f00f (diff) | |
download | emacs-41da80b109dffc3eabe362daa53b4220771dd9b2.tar.gz |
Use provide.
Diffstat (limited to 'lisp/language/thai.el')
-rw-r--r-- | lisp/language/thai.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/language/thai.el b/lisp/language/thai.el index 17b62619be6..7a1805fa81b 100644 --- a/lisp/language/thai.el +++ b/lisp/language/thai.el @@ -59,4 +59,6 @@ (aset composition-function-table (make-char 'thai-tis620) '(("\\c0\\c4\\|\\c0\\(\\c2\\|\\c3\\)\\c4?" . thai-composition-function))) +(provide 'thai) + ;;; thai.el ends here |