branch: elpa/racket-mode
commit f0f1a7bde1b1e15188b076967dbd5e8b90ab1056
Author: Ben Carriel <[email protected]>
Commit: GitHub <[email protected]>
racket-unicode input method: change "oint" to "Oint"
---
racket-unicode-input-method.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/racket-unicode-input-method.el b/racket-unicode-input-method.el
index 9086d989a7..0bb1dd9073 100644
--- a/racket-unicode-input-method.el
+++ b/racket-unicode-input-method.el
@@ -130,7 +130,7 @@ can turn it off by setting `input-method-highlight-flag' to
nil."
("prod " ["∏"])
("coprod" ["∐"])
("integrate " ["∫"])
- ("oint " ["∮"])
+ ("Oint " ["∮"])
("vee " ["∨"])
("wedge " ["∧"])
("follows " ["∘"])