aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall2008-02-17 12:25:18 +0000
committerDavid Aspinall2008-02-17 12:25:18 +0000
commita35d9f95bd1c88c6fea12cc8e4ef5f91995c7cd1 (patch)
treea0ce0e5ce6de0810d2f3b7b6b090b2ec5bc0b3b5
parent53833cb27c7ddf8888cfbb74c38d7d85a8fdb3fa (diff)
Add serif token match
-rw-r--r--lib/unicode-tokens.el2
1 files changed, 2 insertions, 0 deletions
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))