mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 13:03:03 +00:00
Run pre-command-hooks for each cursor
- fixes issues with delete-selection-mode
This commit is contained in:
parent
1db643c4d6
commit
8c8d52f248
@ -97,6 +97,7 @@ cursor with updated info."
|
||||
(mc/for-each-fake-cursor
|
||||
(mc/pop-state-from-overlay cursor)
|
||||
(ignore-errors
|
||||
(run-hooks 'pre-command-hook)
|
||||
(call-interactively cmd)
|
||||
(when deactivate-mark (deactivate-mark))
|
||||
(mc/create-fake-cursor-at-point))))))
|
||||
|
Loading…
x
Reference in New Issue
Block a user