diff options
| author | David Aspinall | 2008-07-10 21:56:48 +0000 |
|---|---|---|
| committer | David Aspinall | 2008-07-10 21:56:48 +0000 |
| commit | 34d0576929a20139384ebe64cf4cf685aabc671d (patch) | |
| tree | 7384cd850cccb84e64e3ecdfc1258f198bd187a8 /lib | |
| parent | 01014f3ea68bb2fc773d07afd8280bfe91e369bc (diff) | |
Add other sup/subs to format menu.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/unicode-tokens.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/unicode-tokens.el b/lib/unicode-tokens.el index c23f2ce7..bf649a9a 100644 --- a/lib/unicode-tokens.el +++ b/lib/unicode-tokens.el @@ -792,6 +792,8 @@ Replaces contiguous text with 'utoks' property with property value." :help (concat "Format region as " (downcase fmt)) :active 'mark-active)) ; XE? region-exists-p '("Subscript" "Superscript" + "Supscript1" "Superscript1" + "Idsubscript1" "Idsuperscript1" "Bold" "Italic" "Script" "Fraktur" "Serif")))) (provide 'unicode-tokens) |
