("Japanese"): Set exit-function to use-default-char-width-table.
[bpt/emacs.git] / lisp / language / tamil.el
index e4a495c..c66f572 100644 (file)
@@ -1,6 +1,7 @@
 ;;; tamil.el --- Support for Tamil -*- coding: iso-2022-7bit; no-byte-compile: t -*-
 
-;; Copyright (C) 2003, 2004, 2005, 2006, 2007  Free Software Foundation, Inc.
+;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008
+;;   Free Software Foundation, Inc.
 
 ;; Maintainer: KAWABATA, Taichi <batta@beige.ocn.ne.jp>
 ;; Keywords: multilingual, Indian, Tamil
@@ -9,7 +10,7 @@
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
-;; the Free Software Foundation; either version 2, or (at your option)
+;; the Free Software Foundation; either version 3, or (at your option)
 ;; any later version.
 
 ;; GNU Emacs is distributed in the hope that it will be useful,
@@ -38,6 +39,9 @@
 South Indian Language Tamil supported in this language environment."))
  '("Indian"))
 
+;; For automatic composition.
+(set-char-table-range composition-function-table '(#x0b80 . #x0bff)
+                     '(("[\x0B80-\x0BFF]+" . font-shape-text)))
 (provide 'tamil)
 
 ;;; arch-tag: 2201ac78-7d1e-4674-9bcb-9923c7a2bd9c