diff options
| author | Kenichi Handa | 2002-05-10 03:56:23 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-05-10 03:56:23 +0000 |
| commit | 62c16ea28e78631fc9382121cd2ee1f3d8a0587b (patch) | |
| tree | a15f8679e6597cb63a8c1cd6d066d66c23adaf4a | |
| parent | 15d143f7583a5cf8ba6d333df6fcd2955bea84f7 (diff) | |
| download | emacs-62c16ea28e78631fc9382121cd2ee1f3d8a0587b.tar.gz emacs-62c16ea28e78631fc9382121cd2ee1f3d8a0587b.zip | |
(greek-iso-8bit): Fix typo.
| -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) |