From a8ba93bd9b1fd37cac8ab95f18a45f06fb610c15 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Mon, 31 Aug 2009 22:24:51 +0000 Subject: Fix unicode-tokens-script-font-face --- lib/unicode-tokens.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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) -- cgit v1.2.3