summaryrefslogtreecommitdiff
path: root/lisp/language/greek.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-07-02 00:06:30 +0000
committerRichard M. Stallman <rms@gnu.org>1997-07-02 00:06:30 +0000
commit550d7f67cc97bf635b1c4432940ce0894eaab959 (patch)
treeb2a6856a4195033cb3579dcc82d975b05fa0a390 /lisp/language/greek.el
parent1b14108e19bd51516b35ca0bc618bc1af025d6c8 (diff)
downloademacs-550d7f67cc97bf635b1c4432940ce0894eaab959.tar.gz
Swap args to define-coding-system-alias.
Diffstat (limited to 'lisp/language/greek.el')
-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 5634f2eb437..8cb8f45e828 100644
--- a/lisp/language/greek.el
+++ b/lisp/language/greek.el
@@ -34,7 +34,7 @@
'((ascii t) (greek-iso8859-7 t) nil nil
nil ascii-eol ascii-cntl nil nil nil nil))
-(define-coding-system-alias 'greek-iso-8bit 'iso-8859-7)
+(define-coding-system-alias 'iso-8859-7 'greek-iso-8bit)
(defun setup-greek-environment ()
"Setup multilingual environment (MULE) for Greek."