Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-95
[bpt/emacs.git] / lisp / language / vietnamese.el
index 9f7196c..8b5c57a 100644 (file)
@@ -24,8 +24,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:
 
@@ -39,7 +39,8 @@
   :coding-type 'charset
   :mnemonic ?V
   :charset-list '(viscii)
-  :mime-charset 'viscii)
+  :mime-charset 'viscii
+  :suitable-for-file-name t)
 
 (define-coding-system-alias 'viscii 'vietnamese-viscii)
 
@@ -47,7 +48,8 @@
   "8-bit encoding for Vietnamese VSCII-1."
   :coding-type 'charset
   :mnemonic ?v
-  :charset-list '(vscii))
+  :charset-list '(vscii)
+  :suitable-for-file-name t)
 
 (define-coding-system-alias 'vscii 'vietnamese-vscii)
 
@@ -101,8 +103,10 @@ Telex, VIQR is the default setting.")))
   "8-bit encoding for Vietnamese TCVN-5712"
   :coding-type 'charset
   :mnemonic ?t
-  :charset-list '(tcvn-5712))
+  :charset-list '(tcvn-5712)
+  :suitable-for-file-name t)
 (define-coding-system-alias 'tcvn 'vietnamese-tcvn)
+(define-coding-system-alias 'tcvn-5712 'vietnamese-tcvn)
 
 (provide 'vietnamese)