aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Aspinall2008-07-10 12:42:06 +0000
committerDavid Aspinall2008-07-10 12:42:06 +0000
commit6dd4105c9088f8567cbb2d576461251b74c05c5e (patch)
tree441d07ef07e37e3e6c925d65a2f55f874bfbe26d /lib
parent2ced2b851a24d69177462591ea6b8ac4e31102bf (diff)
Add isub and isup to unicode-tokens-annotation-control-token-alist
Part of patch from Simon Winwood.
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 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"))