aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Aspinall2009-08-31 22:24:51 +0000
committerDavid Aspinall2009-08-31 22:24:51 +0000
commita8ba93bd9b1fd37cac8ab95f18a45f06fb610c15 (patch)
tree698cc0c95ed711361380c4c4a1333c49b9c0611e /lib
parent1f351c893e4b34d83950cdd496a87be8bc3add8e (diff)
Fix unicode-tokens-script-font-face
Diffstat (limited to 'lib')
-rw-r--r--lib/unicode-tokens.el2
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)