diff options
| author | David Aspinall | 2009-08-31 22:24:51 +0000 |
|---|---|---|
| committer | David Aspinall | 2009-08-31 22:24:51 +0000 |
| commit | a8ba93bd9b1fd37cac8ab95f18a45f06fb610c15 (patch) | |
| tree | 698cc0c95ed711361380c4c4a1333c49b9c0611e /lib | |
| parent | 1f351c893e4b34d83950cdd496a87be8bc3add8e (diff) | |
Fix unicode-tokens-script-font-face
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/unicode-tokens.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unicode-tokens.el b/lib/unicode-tokens.el index 3d1b8dde..da41f872 100644 --- a/lib/unicode-tokens.el +++ b/lib/unicode-tokens.el @@ -276,7 +276,7 @@ This is used for an approximate reverse mapping, see `unicode-tokens-paste'.") (defface unicode-tokens-script-font-face - '((t :family "URW Chancery L" :slant 'italic)) + '((t :family "URW Chancery L" :slant italic)) "Script font face." :group 'unicode-tokens-faces) |
