branch: elpa/multiple-cursors
commit fd8441bfc8738d463601823e5a3d9c2d7123bfbf
Author: Will B Chang <14329786+willbch...@users.noreply.github.com>
Commit: Magnar Sveen <magn...@gmail.com>

    support undo-fu commands
    
    https://github.com/emacsmirror/undo-fu
---
 multiple-cursors-core.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/multiple-cursors-core.el b/multiple-cursors-core.el
index 5103e6d9c9..12132089e7 100644
--- a/multiple-cursors-core.el
+++ b/multiple-cursors-core.el
@@ -753,6 +753,8 @@ for running commands with multiple cursors."
                                      redo
                                      undo-tree-undo
                                      undo-tree-redo
+                                     undo-fu-only-undo
+                                     undo-fu-only-redo
                                      universal-argument
                                      universal-argument-more
                                      universal-argument-other-key

Reply via email to