aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-unicode-tokens.el
diff options
context:
space:
mode:
authorGravatar Pierre Courtieu <courtieu@lri.fr>2012-09-21 16:53:47 +0000
committerGravatar Pierre Courtieu <courtieu@lri.fr>2012-09-21 16:53:47 +0000
commit559a9c9b0122c736ce970264349839aceeb9a85b (patch)
tree2f486ead472d9bb94314cb1425b6839a5717c931 /coq/coq-unicode-tokens.el
parentfbdaaf5f2b32d1102042d61b6afcfd2ec70083e8 (diff)
Fixing a bad interaction between one unicode token and electric
terminator.
Diffstat (limited to 'coq/coq-unicode-tokens.el')
-rw-r--r--coq/coq-unicode-tokens.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq/coq-unicode-tokens.el b/coq/coq-unicode-tokens.el
index 124a0146..d02ea70b 100644
--- a/coq/coq-unicode-tokens.el
+++ b/coq/coq-unicode-tokens.el
@@ -172,7 +172,7 @@ results will be undefined when files are saved."
("-O" . "⊖")
("xO" . "⊗")
("/O" . "⊘")
- (".O" . "⊙")
+ ;(".O" . "⊙") ; bad interaction with electric terminatore and double hit terminator
("|+" . "†")
("|++" . "‡")
("<=" . "≤")