From a35d9f95bd1c88c6fea12cc8e4ef5f91995c7cd1 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Sun, 17 Feb 2008 12:25:18 +0000 Subject: Add serif token match --- lib/unicode-tokens.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/unicode-tokens.el b/lib/unicode-tokens.el index 09347097..2bc7f85f 100644 --- a/lib/unicode-tokens.el +++ b/lib/unicode-tokens.el @@ -528,6 +528,8 @@ after next character (single character control sequence)." ((equal tok "escript") '("script" nil)) ((equal tok "bfrak") '("frak" t)) ((equal tok "efrak") '("frak" nil)) + ((equal tok "bserif") '("serif" t)) + ((equal tok "eserif") '("serif" nil)) ((equal tok "loc") (list (setq unicode-tokens-next-control-token-seen-token "loc1") t)) -- cgit v1.2.3