branch: elpa/multiple-cursors
commit eba10208fc38889e792dca08f4c2067936c3008a
Author: Peder Stray <[email protected]>
Commit: Peder Stray <[email protected]>

    Add temporary-goal-column to mc/cursor-specific-vars
---
 multiple-cursors-core.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/multiple-cursors-core.el b/multiple-cursors-core.el
index d448617..06f1dfe 100644
--- a/multiple-cursors-core.el
+++ b/multiple-cursors-core.el
@@ -148,6 +148,7 @@ highlights the entire width of the window."
                                   yank-undo-function
                                   autopair-action
                                   autopair-wrap-action
+                                  temporary-goal-column
                                   er/history)
   "A list of vars that need to be tracked on a per-cursor basis.")
 

Reply via email to