aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-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))