diff options
| author | Dave Love | 2002-05-20 19:10:17 +0000 |
|---|---|---|
| committer | Dave Love | 2002-05-20 19:10:17 +0000 |
| commit | 76429b9a9fc350676e412b0cb296e9320b89dfa4 (patch) | |
| tree | 4d04b4774d7d040efbc7b14a423edd06d1fd9f53 | |
| parent | a37bcd8ffe4777cc6f6110f2d6f88d8c719c8ee1 (diff) | |
| download | emacs-76429b9a9fc350676e412b0cb296e9320b89dfa4.tar.gz emacs-76429b9a9fc350676e412b0cb296e9320b89dfa4.zip | |
(adobe-standard-encoding): Fix typo.
| -rw-r--r-- | lisp/language/european.el | 3 |
1 files changed, 2 insertions, 1 deletions
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.")) | |||
| 500 | "Adobe `standard' encoding for PostScript" | 500 | "Adobe `standard' encoding for PostScript" |
| 501 | :coding-type 'charset | 501 | :coding-type 'charset |
| 502 | :mnemonic ?* | 502 | :mnemonic ?* |
| 503 | :charset-list '(adobe-standard-encoding) 'adobe-standard-encoding) | 503 | :charset-list '(adobe-standard-encoding) |
| 504 | :mime-charset 'adobe-standard-encoding) | ||
| 504 | 505 | ||
| 505 | (defconst diacritic-composition-pattern "\\C^\\c^+") | 506 | (defconst diacritic-composition-pattern "\\C^\\c^+") |
| 506 | 507 | ||