From: Dave Love Date: Mon, 20 May 2002 19:10:17 +0000 (+0000) Subject: (adobe-standard-encoding): Fix typo. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~811 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=76429b9a9fc350676e412b0cb296e9320b89dfa4;p=emacs.git (adobe-standard-encoding): Fix typo. --- diff --git a/lisp/language/european.el b/lisp/language/european.el index 916910f305a..4425d6ecfd6 100644 --- a/lisp/language/european.el +++ b/lisp/language/european.el @@ -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) (defconst diacritic-composition-pattern "\\C^\\c^+")