From 6dd4105c9088f8567cbb2d576461251b74c05c5e Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Thu, 10 Jul 2008 12:42:06 +0000 Subject: Add isub and isup to unicode-tokens-annotation-control-token-alist Part of patch from Simon Winwood. --- lib/unicode-tokens.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/unicode-tokens.el b/lib/unicode-tokens.el index dc88fb04..85aed9b2 100644 --- a/lib/unicode-tokens.el +++ b/lib/unicode-tokens.el @@ -553,6 +553,8 @@ after next character (single character control sequence)." ("superscript" . ("bsup" . "esup")) ("subscript1" . ("sub")) ("superscript1" . ("sup")) + ("idsubscript1" . ("isub")) + ("idsuperscript1" . ("isup")) ("loc1" . ("loc")) ;; non-standard ("italic" . ("bitalic" . "eitalic")) -- cgit v1.2.3