diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2012-02-18 11:24:23 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2012-02-18 11:24:23 +0100 |
commit | 0c23686e58f426f1a94831b0453ddcaa46746f77 (patch) | |
tree | 446d3468bae971c353a54c83133c4e64cfbe8f63 /lisp/language | |
parent | 6818b4492e78a911c9397da47d2bc6c7b1051456 (diff) | |
download | emacs-0c23686e58f426f1a94831b0453ddcaa46746f77.tar.gz |
* international/titdic-cnv.el: Remove duplicate coding tag.
* language/cham.el: Likewise.
* language/tai-viet.el: Likewise.
Diffstat (limited to 'lisp/language')
-rw-r--r-- | lisp/language/cham.el | 7 | ||||
-rw-r--r-- | lisp/language/tai-viet.el | 4 |
2 files changed, 1 insertions, 10 deletions
diff --git a/lisp/language/cham.el b/lisp/language/cham.el index d1ddfb512a9..b2962fb2889 100644 --- a/lisp/language/cham.el +++ b/lisp/language/cham.el @@ -1,6 +1,6 @@ ;;; cham.el --- support for Cham -*- coding: utf-8; no-byte-compile: t -*- -;; Copyright (C) 2008, 2009, 2010, 2011 +;; Copyright (C) 2008, 2009, 2010, 2011, 2012 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H13PRO009 @@ -37,8 +37,3 @@ (coding-priority utf-8))) (provide 'cham) - -;; Local Variables: -;; coding: utf-8 -;; End: - diff --git a/lisp/language/tai-viet.el b/lisp/language/tai-viet.el index 90e0e2a4796..f8b7a9d6df8 100644 --- a/lisp/language/tai-viet.el +++ b/lisp/language/tai-viet.el @@ -57,7 +57,3 @@ is available at this web page: "))) (provide 'tai-viet) - -;; Local Variables: -;; coding: utf-8 -;; End: |