diff options
| -rw-r--r-- | lisp/language/greek.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/language/greek.el b/lisp/language/greek.el index 16df9e68d79..5dfe2f186fa 100644 --- a/lisp/language/greek.el +++ b/lisp/language/greek.el | |||
| @@ -32,7 +32,7 @@ | |||
| 32 | "ISO 2022 based 8-bit encoding for Greek (MIME:ISO-8859-7)." | 32 | "ISO 2022 based 8-bit encoding for Greek (MIME:ISO-8859-7)." |
| 33 | :coding-type 'charset | 33 | :coding-type 'charset |
| 34 | :mnemonic ?7 | 34 | :mnemonic ?7 |
| 35 | :charset-list'(iso-8859-7) | 35 | :charset-list '(iso-8859-7) |
| 36 | :plist '(mime-charset iso-8859-7)) | 36 | :plist '(mime-charset iso-8859-7)) |
| 37 | 37 | ||
| 38 | (define-coding-system-alias 'iso-8859-7 'greek-iso-8bit) | 38 | (define-coding-system-alias 'iso-8859-7 'greek-iso-8bit) |