diff --git a/multiple-cursors-core.el b/multiple-cursors-core.el index 0069bcf..be66a69 100644 --- a/multiple-cursors-core.el +++ b/multiple-cursors-core.el @@ -120,6 +120,7 @@ highlights the entire width of the window." (defvar mc/cursor-specific-vars '(autopair-action autopair-wrap-action + transient-mark-mode er/history) "A list of vars that need to be tracked on a per-cursor basis.")