Fix Scribble's handling of the trademark symbol.

original commit: 4b1e4f9312e5379d60c8e8344ae74aba0e5b4f3a
This commit is contained in:
Vincent St-Amour 2011-03-22 12:35:11 -04:00
parent 3a7876b93a
commit 16f2364f42

View File

@ -826,6 +826,7 @@
[(#\↦) "$\\mapsto$"] [(#\↦) "$\\mapsto$"]
[(#\) "$\\top$"] [(#\) "$\\top$"]
[(#\¥) "{\\textyen}"] [(#\¥) "{\\textyen}"]
[(#\™) "{\\texttrademark}"]
[else c]) [else c])
c)]))) c)])))
(loop (add1 i))))))) (loop (add1 i)))))))