Mercurial > emacs
changeset 88582:700ee2a6b461
(adobe-standard-encoding): Fix typo.
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 20 May 2002 19:10:17 +0000 |
parents | a388d3c80516 |
children | 516e1ece0477 |
files | lisp/language/european.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/language/european.el Mon May 20 15:54:02 2002 +0000 +++ b/lisp/language/european.el Mon May 20 19:10:17 2002 +0000 @@ -500,7 +500,8 @@ "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^+")