branch: elpa/multiple-cursors
commit 0e49fecc18fc57e45398be886c91850b12abf112
Merge: 1075270 eba1020
Author: Magnar Sveen <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #326 from pstray/issue325
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.")