From: ntakahas Date: Fri, 3 Feb 2006 11:11:18 +0000 (+0000) Subject: Remove the "finish" state and change mode to emacs-lisp. X-Git-Tag: REL-1-3-2~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=20ab86c5d6855e0986f5e871c01a462aa0891287;p=m17n%2Fm17n-db.git Remove the "finish" state and change mode to emacs-lisp. --- diff --git a/as-itrans.mim b/as-itrans.mim index 9a4cd62..1850803 100644 --- a/as-itrans.mim +++ b/as-itrans.mim @@ -1,5 +1,5 @@ ;; as-itrans.mim -- Assamese input method with ITRANS method -;; Copyright (C) 2003, 2004, 2005 +;; Copyright (C) 2003, 2004, 2005, 2006 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H15PRO112 @@ -168,21 +168,17 @@ For the detail of ITRANS, see the page: (intermediate (consonant (shift second)) - (independent (shift finish)) + (independent (shift init)) (backspace) (return (shift init))) (second (consonant) - (dependent (shift finish)) + (dependent (shift init)) (backspace) - (return (shift init))) - - (finish - (return) - (t (shift init)))) + (return (shift init)))) ;; Local Variables: ;; coding: utf-8 -;; mode: lisp +;; mode: emacs-lisp ;; End: diff --git a/ml-itrans.mim b/ml-itrans.mim index faa9508..4aaa163 100644 --- a/ml-itrans.mim +++ b/ml-itrans.mim @@ -1,5 +1,5 @@ ;; ml-itrans.mim -- Malayalam input method with ITRANS method -;; Copyright (C) 2003, 2004, 2005 +;; Copyright (C) 2003, 2004, 2005, 2006 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H15PRO112 @@ -161,21 +161,17 @@ For the detail of ITRANS, see the page: (intermediate (consonant (shift second)) - (independent (shift finish)) + (independent (shift init)) (backspace) (return (shift init))) (second (consonant) - (dependent (shift finish)) + (dependent (shift init)) (backspace) - (return (shift init))) - - (finish - (return) - (t (shift init)))) + (return (shift init)))) ;; Local Variables: ;; coding: utf-8 -;; mode: lisp +;; mode: emacs-lisp ;; End: diff --git a/or-itrans.mim b/or-itrans.mim index f782625..61821f8 100644 --- a/or-itrans.mim +++ b/or-itrans.mim @@ -1,5 +1,5 @@ ;; or-itrans.mim -- Oriya input method with ITRANS method -;; Copyright (C) 2003, 2004, 2005 +;; Copyright (C) 2003, 2004, 2005, 2006 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H15PRO112 @@ -169,21 +169,17 @@ For the detail of ITRANS, see the page: (intermediate (consonant (shift second)) - (independent (shift finish)) + (independent (shift init)) (backspace) (return (shift init))) (second (consonant) - (dependent (shift finish)) + (dependent (shift init)) (backspace) - (return (shift init))) - - (finish - (return) - (t (shift init)))) + (return (shift init)))) ;; Local Variables: ;; coding: utf-8 -;; mode: lisp +;; mode: emacs-lisp ;; End: