]> code.delx.au - gnu-emacs/commitdiff
(adobe-standard-encoding): Fix typo.
authorDave Love <fx@gnu.org>
Mon, 20 May 2002 19:10:17 +0000 (19:10 +0000)
committerDave Love <fx@gnu.org>
Mon, 20 May 2002 19:10:17 +0000 (19:10 +0000)
lisp/language/european.el

index 916910f305a359ca223d7b3c97749d70997c5f6b..4425d6ecfd699fe245add0a165f2b4d65398a1e4 100644 (file)
@@ -500,7 +500,8 @@ but it selects the Dutch tutorial."))
   "Adobe `standard' encoding for PostScript"
   :coding-type 'charset
   :mnemonic ?*
-  :charset-list '(adobe-standard-encoding) 'adobe-standard-encoding)
+  :charset-list '(adobe-standard-encoding)
+  :mime-charset 'adobe-standard-encoding)
 \f
 (defconst diacritic-composition-pattern "\\C^\\c^+")