commit | dea4a29e9a2746791bdcafb558bde83f8238e745 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Wed Jul 03 22:59:12 1996 +0000 |
committer | Barry Warsaw <barry@python.org> | Wed Jul 03 22:59:12 1996 +0000 |
tree | dbea8ee8bb9310119726c11ad68b8999428ad3cf | |
parent | c6143338b399ee4164321af027144d714597528b [diff] |
(py-shift-region-left, py-shift-region-right, py-indent-right, py-outdent-left, py-mode-map): Folded all functionality into py-shift-region-* commands. Bound C-c C-l to py-shift-region-left and C-c C-r to py-shift-region-right. Removed py-indent-right and py-indent-left.