diff options
author | Kenichi Handa <handa@m17n.org> | 2002-05-10 03:56:23 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2002-05-10 03:56:23 +0000 |
commit | 62c16ea28e78631fc9382121cd2ee1f3d8a0587b (patch) | |
tree | a15f8679e6597cb63a8c1cd6d066d66c23adaf4a /lisp/language | |
parent | 15d143f7583a5cf8ba6d333df6fcd2955bea84f7 (diff) | |
download | emacs-62c16ea28e78631fc9382121cd2ee1f3d8a0587b.tar.gz |
(greek-iso-8bit): Fix typo.
Diffstat (limited to 'lisp/language')
-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 @@ "ISO 2022 based 8-bit encoding for Greek (MIME:ISO-8859-7)." :coding-type 'charset :mnemonic ?7 - :charset-list'(iso-8859-7) + :charset-list '(iso-8859-7) :plist '(mime-charset iso-8859-7)) (define-coding-system-alias 'iso-8859-7 'greek-iso-8bit) |