emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/mct 973ab321a8 20/23: Add FIXME for Emacs 27


From: ELPA Syncer
Subject: [elpa] externals/mct 973ab321a8 20/23: Add FIXME for Emacs 27
Date: Fri, 25 Feb 2022 07:57:38 -0500 (EST)

branch: externals/mct
commit 973ab321a82b54faa6d9cf9b5b413581beac5d2f
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    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))))))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]