]> code.delx.au - gnu-emacs/blobdiff - lisp/language/indian.el
Update copyright year to 2015
[gnu-emacs] / lisp / language / indian.el
index 8c08d04f69b8bbd7c867fef29856a669dd3b3a33..d5bd054d8a5fc545754585cc8d1151c683a0ba1a 100644 (file)
@@ -1,8 +1,7 @@
 ;;; indian.el --- Indian languages support -*- coding: utf-8; -*-
 
-;; Copyright (C) 1997, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
-;;   Free Software Foundation, Inc.
-;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
+;; Copyright (C) 1997, 1999, 2001-2015 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
 ;;   National Institute of Advanced Industrial Science and Technology (AIST)
 ;;   Registration Number H14PRO021
 
@@ -47,7 +46,7 @@
  "Devanagari" '((charset unicode)
                (coding-system utf-8)
                (coding-priority utf-8)
-               (input-method . "dev-aiba")
+               (input-method . "devanagari-aiba")
                (documentation . "\
 Such languages using Devanagari script as Hindi and Marathi
 are supported in this language environment."))
@@ -225,7 +224,7 @@ South Indian language Malayalam is supported in this language environment."))
 (defconst gujarati-composable-pattern
   (let ((table
         '(("a" . "[\u0A81-\u0A82]")    ; SIGN CANDRABINDU .. ANUSVARA
-          ("A" . "\u0A83]")            ; SIGN VISARGA
+          ("A" . "\u0A83")             ; SIGN VISARGA
           ("V" . "[\u0A85-\u0A94\u0AE0-\u0AE1]") ; independent vowel
           ("C" . "[\u0A95-\u0AB9]")    ; consonant
           ("R" . "\u0AB0")             ; RA
@@ -389,5 +388,4 @@ South Indian language Malayalam is supported in this language environment."))
 
 (provide 'indian)
 
-;; arch-tag: 83aa8fc7-7ee2-4364-a6e5-498f5e3b8c2f
 ;;; indian.el ends here