Add kill-ring-save to whitelist.

This commit is contained in:
Magnar Sveen 2012-07-19 12:55:54 +02:00
parent ed678dfbcc
commit 700db99d66
2 changed files with 3 additions and 2 deletions

View File

@ -70,13 +70,14 @@ Feature: Multiple cursors core
Scenario: delete-selection-mode (yank) Scenario: delete-selection-mode (yank)
Given I turn on delete-selection-mode Given I turn on delete-selection-mode
And I have cursors at "text" in "This text contains the word text twice" And I have cursors at "text" in "This text contains the word text twice"
And I press "M-b"
And I press "C-SPC" And I press "C-SPC"
And I press "M-f" And I press "M-f"
And I press "M-w" And I press "M-w"
And I press "C-SPC" And I press "C-SPC"
And I press "M-f" And I press "M-f"
And I press "C-y" And I press "C-y"
Then I should see "This texttext the word texttext" Then I should see "ThisThis contains the wordword twice"
Scenario: subword-mode Scenario: subword-mode
Given I turn on subword-mode Given I turn on subword-mode

View File

@ -294,7 +294,7 @@ from being executed if in multiple-cursors-mode."
smart-down smart-down
move-beginning-of-line move-beginning-of-line
dired-back-to-start-of-files dired-back-to-start-of-files
save-region-or-current-line kill-ring-save save-region-or-current-line
back-to-indentation)) back-to-indentation))
(provide 'multiple-cursors-core) (provide 'multiple-cursors-core)