]> code.delx.au - gnu-emacs-elpa/commit
Add a missing 'delete-selection property
authorClément Pit--Claudel <clement.pitclaudel@live.com>
Tue, 8 Sep 2015 14:08:35 +0000 (10:08 -0400)
committerClément Pit--Claudel <clement.pitclaudel@live.com>
Tue, 8 Sep 2015 14:11:12 +0000 (10:11 -0400)
commite0f5357e370c39b33ec4cf653a2c81eade6f2583
treeb8bd93fc03774ccdd2bc97852e946a28fa1f60e3
parent89a74bbffb6ba2c419c039b4422326c1385edcc7
Add a missing 'delete-selection property

This is needed for delete-selection-mode to work properly:

> Commands which will delete the selection need a 'delete-selection
> property on their symbols; commands which insert text but don't have
> this property won't delete the selection.
nameless.el