]> code.delx.au - gnu-emacs/blobdiff - lisp/language/tamil.el
Merge from emacs--devo--0
[gnu-emacs] / lisp / language / tamil.el
index dfa1cdb1d9d5e1eb64104fc7852bf39b5d7c274c..aff0769a039a8529a8ab8d6490c85b42ec81c1df 100644 (file)
@@ -1,6 +1,6 @@
 ;;; tamil.el --- Support for Tamil -*- coding: iso-2022-7bit; no-byte-compile: t -*-
 
-;; Copyright (C) 2003 Free Software Foundation, Inc.
+;; Copyright (C) 2003, 2004, 2005, 2006, 2007  Free Software Foundation, Inc.
 
 ;; Maintainer: KAWABATA, Taichi <batta@beige.ocn.ne.jp>
 ;; Keywords: multilingual, Indian, Tamil
@@ -19,8 +19,8 @@
 
 ;; You should have received a copy of the GNU General Public License
 ;; along with GNU Emacs; see the file COPYING.  If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
 
 ;;; Commentary:
 
                (input-method . "tamil-itrans")
                (features tml-util)
                (documentation . "\
-South Indian Language Tamikl supported in this language environment."))
+South Indian Language Tamil supported in this language environment."))
  '("Indian"))
 
+;; For automatic composition.
+(set-char-table-range composition-function-table '(#x0b80 . #x0bff)
+                     'tamil-composition-function)
 (provide 'tamil)
 
+;;; arch-tag: 2201ac78-7d1e-4674-9bcb-9923c7a2bd9c
 ;;; tamil.el ends here