branch: externals/mct
commit 973ab321a82b54faa6d9cf9b5b413581beac5d2f
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add FIXME for Emacs 27
---
mct-tcm.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/mct-tcm.el b/mct-tcm.el
index 0356b88e22..3e6615d015 100644
--- a/mct-tcm.el
+++ b/mct-tcm.el
@@ -104,6 +104,8 @@ place, the current session is treated as if it belongs to
the
(delete-char
(unless empty
(delete-char -1)))
+ ;; FIXME 2022-02-25: Emacs 27 inserts twice. It inserts once
+ ;; even without the `insert' here.
(t
(insert char))))))))