diff options
| author | Kenichi Handa | 2005-07-29 06:14:00 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2005-07-29 06:14:00 +0000 |
| commit | f11f47e02d1db4c437018cadbe19ca9e07d86f4c (patch) | |
| tree | e33c77324367c560d8b8ed077a0e810d47800b12 /lisp | |
| parent | 58b646fafc27ea5fb93fa95d5ff84187d689d315 (diff) | |
| download | emacs-f11f47e02d1db4c437018cadbe19ca9e07d86f4c.tar.gz emacs-f11f47e02d1db4c437018cadbe19ca9e07d86f4c.zip | |
(vietnamese-viscii, vietnamese-vscii)
(vietnamese-tcvn): Set :suitable-for-file-name property to t.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/language/vietnamese.el | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lisp/language/vietnamese.el b/lisp/language/vietnamese.el index 65d8ee69acf..5874034cbc7 100644 --- a/lisp/language/vietnamese.el +++ b/lisp/language/vietnamese.el | |||
| @@ -39,7 +39,8 @@ | |||
| 39 | :coding-type 'charset | 39 | :coding-type 'charset |
| 40 | :mnemonic ?V | 40 | :mnemonic ?V |
| 41 | :charset-list '(viscii) | 41 | :charset-list '(viscii) |
| 42 | :mime-charset 'viscii) | 42 | :mime-charset 'viscii |
| 43 | :suitable-for-file-name t) | ||
| 43 | 44 | ||
| 44 | (define-coding-system-alias 'viscii 'vietnamese-viscii) | 45 | (define-coding-system-alias 'viscii 'vietnamese-viscii) |
| 45 | 46 | ||
| @@ -47,7 +48,8 @@ | |||
| 47 | "8-bit encoding for Vietnamese VSCII-1." | 48 | "8-bit encoding for Vietnamese VSCII-1." |
| 48 | :coding-type 'charset | 49 | :coding-type 'charset |
| 49 | :mnemonic ?v | 50 | :mnemonic ?v |
| 50 | :charset-list '(vscii)) | 51 | :charset-list '(vscii) |
| 52 | :suitable-for-file-name t) | ||
| 51 | 53 | ||
| 52 | (define-coding-system-alias 'vscii 'vietnamese-vscii) | 54 | (define-coding-system-alias 'vscii 'vietnamese-vscii) |
| 53 | 55 | ||
| @@ -101,7 +103,8 @@ Telex, VIQR is the default setting."))) | |||
| 101 | "8-bit encoding for Vietnamese TCVN-5712" | 103 | "8-bit encoding for Vietnamese TCVN-5712" |
| 102 | :coding-type 'charset | 104 | :coding-type 'charset |
| 103 | :mnemonic ?t | 105 | :mnemonic ?t |
| 104 | :charset-list '(tcvn-5712)) | 106 | :charset-list '(tcvn-5712) |
| 107 | :suitable-for-file-name t) | ||
| 105 | (define-coding-system-alias 'tcvn 'vietnamese-tcvn) | 108 | (define-coding-system-alias 'tcvn 'vietnamese-tcvn) |
| 106 | 109 | ||
| 107 | (provide 'vietnamese) | 110 | (provide 'vietnamese) |