]> code.delx.au - gnu-emacs/blobdiff - lisp/language/thai.el
Fix comment.
[gnu-emacs] / lisp / language / thai.el
index 17b62619be6fed7af04267b86d1d91965ef8fd77..7ba4043e1054c6faa578605a12808a655ce06049 100644 (file)
@@ -1,4 +1,4 @@
-;;; thai.el --- Support for Thai -*- coding: iso-2022-7bit; -*-
+;;; thai.el --- support for Thai -*- coding: iso-2022-7bit; -*-
 
 ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
 ;; Licensed to the Free Software Foundation.
@@ -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