comparison lisp/language/thai.el @ 33778:6d966e8b4bbe

Use provide.
author Dave Love <fx@gnu.org>
date Wed, 22 Nov 2000 19:28:28 +0000
parents 1b0435120e67
children 67b464da13ec
comparison
equal deleted inserted replaced
33777:626c1d40afcb 33778:6d966e8b4bbe
57 57
58 ;; Register a function to compose Thai characters. 58 ;; Register a function to compose Thai characters.
59 (aset composition-function-table (make-char 'thai-tis620) 59 (aset composition-function-table (make-char 'thai-tis620)
60 '(("\\c0\\c4\\|\\c0\\(\\c2\\|\\c3\\)\\c4?" . thai-composition-function))) 60 '(("\\c0\\c4\\|\\c0\\(\\c2\\|\\c3\\)\\c4?" . thai-composition-function)))
61 61
62 (provide 'thai)
63
62 ;;; thai.el ends here 64 ;;; thai.el ends here