diff options
| author | Dave Love | 2002-10-05 19:10:39 +0000 |
|---|---|---|
| committer | Dave Love | 2002-10-05 19:10:39 +0000 |
| commit | 69cf07bd77df883fd1dfe14848bf7f586ba95a11 (patch) | |
| tree | 2cc54982e6e0d4edea83125bc0be121c850b1115 | |
| parent | 98a51523d3ec758ab2262ce30924a696976b5f80 (diff) | |
| download | emacs-69cf07bd77df883fd1dfe14848bf7f586ba95a11.tar.gz emacs-69cf07bd77df883fd1dfe14848bf7f586ba95a11.zip | |
("Greek"): Remove unibyte-syntax property.
(cp737): New coding system.
| -rw-r--r-- | lisp/language/greek.el | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lisp/language/greek.el b/lisp/language/greek.el index 013534882ec..d183d0c617e 100644 --- a/lisp/language/greek.el +++ b/lisp/language/greek.el | |||
| @@ -46,6 +46,13 @@ | |||
| 46 | :mime-charset 'windows-1253) | 46 | :mime-charset 'windows-1253) |
| 47 | (define-coding-system-alias 'cp1253 'windows-1253) | 47 | (define-coding-system-alias 'cp1253 'windows-1253) |
| 48 | 48 | ||
| 49 | (define-coding-system 'cp737 | ||
| 50 | "Codepage 737 (PC Greek)" | ||
| 51 | :coding-type 'charset | ||
| 52 | :mnemonic ?D | ||
| 53 | :charset-list '(cp737) | ||
| 54 | :mime-charset 'cp737) | ||
| 55 | |||
| 49 | (define-coding-system 'cp851 | 56 | (define-coding-system 'cp851 |
| 50 | "DOS codepage 851 (Greek)" | 57 | "DOS codepage 851 (Greek)" |
| 51 | :coding-type 'charset | 58 | :coding-type 'charset |
| @@ -68,7 +75,6 @@ | |||
| 68 | (coding-priority greek-iso-8bit) | 75 | (coding-priority greek-iso-8bit) |
| 69 | (nonascii-translation . iso-8859-7) | 76 | (nonascii-translation . iso-8859-7) |
| 70 | (input-method . "greek") | 77 | (input-method . "greek") |
| 71 | (unibyte-display . greek-iso-8bit) | ||
| 72 | (documentation . t))) | 78 | (documentation . t))) |
| 73 | 79 | ||
| 74 | (provide 'greek) | 80 | (provide 'greek) |