Mercurial > emacs
changeset 88479:b22b2b59667b
(greek-iso-8bit): Fix typo.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 10 May 2002 03:56:23 +0000 |
parents | 91af7e96e66f |
children | 5ccfce6bad5c |
files | lisp/language/greek.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/language/greek.el Fri May 10 03:56:05 2002 +0000 +++ b/lisp/language/greek.el Fri May 10 03:56:23 2002 +0000 @@ -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)