aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2002-05-10 03:56:23 +0000
committerKenichi Handa2002-05-10 03:56:23 +0000
commit62c16ea28e78631fc9382121cd2ee1f3d8a0587b (patch)
treea15f8679e6597cb63a8c1cd6d066d66c23adaf4a
parent15d143f7583a5cf8ba6d333df6fcd2955bea84f7 (diff)
downloademacs-62c16ea28e78631fc9382121cd2ee1f3d8a0587b.tar.gz
emacs-62c16ea28e78631fc9382121cd2ee1f3d8a0587b.zip
(greek-iso-8bit): Fix typo.
-rw-r--r--lisp/language/greek.el2
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)