diff lisp/language/greek.el @ 88479:b22b2b59667b

(greek-iso-8bit): Fix typo.
author Kenichi Handa <handa@m17n.org>
date Fri, 10 May 2002 03:56:23 +0000
parents fad0f879877f
children bafe04d82c5d
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)