branch: elpa/multiple-cursors
commit 71f444aab4ab66502650d69225d107af858c7fce
Author: Magnar Sveen <[email protected]>
Commit: Magnar Sveen <[email protected]>
Remove unused commands from whitelist.
---
multiple-cursors-core.el | 2 --
1 file changed, 2 deletions(-)
diff --git a/multiple-cursors-core.el b/multiple-cursors-core.el
index 784fd5c..61b4f49 100644
--- a/multiple-cursors-core.el
+++ b/multiple-cursors-core.el
@@ -249,7 +249,6 @@ from being executed if in multiple-cursors-mode."
js2r-inline-var
change-number-at-point
move-end-of-line
- move-end-of-line-or-next-line
beginning-of-line
er/expand-region
er/mark-word
@@ -258,7 +257,6 @@ from being executed if in multiple-cursors-mode."
smart-up
smart-down
move-beginning-of-line
- move-start-of-line-or-prev-line
dired-back-to-start-of-files
save-region-or-current-line
back-to-indentation))