aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/language/european.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/language/european.el b/lisp/language/european.el
index 873abb875fa..31d2c1e1563 100644
--- a/lisp/language/european.el
+++ b/lisp/language/european.el
@@ -44,7 +44,7 @@
44(make-coding-system 44(make-coding-system
45 'compound-text 2 ?1 45 'compound-text 2 ?1
46 "ISO 2022 based encoding used in inter client communication of X" 46 "ISO 2022 based encoding used in inter client communication of X"
47 '((ascii t) (latin-iso8859-1 t) nil nil 47 '((ascii t) (latin-iso8859-1 katakana-jisx0201 t) nil nil
48 nil ascii-eol ascii-cntl nil nil nil nil nil nil nil nil nil t) 48 nil ascii-eol ascii-cntl nil nil nil nil nil nil nil nil nil t)
49 '((safe-charsets . t))) 49 '((safe-charsets . t)))
50 50