1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 02:31:03 -08:00

Fixed backspace behavior for delete-selection-mode.

This commit is contained in:
Fabián Ezequiel Gallina 2012-05-17 00:02:53 -03:00 committed by Fabián Ezequiel Gallina
parent 954aa7bdb8
commit 183f9296f1

View file

@ -658,6 +658,7 @@ point is not in between the indentation."
(interactive "*p")
(when (not (python-indent-dedent-line))
(backward-delete-char-untabify arg)))
(put 'python-indent-dedent-line-backspace 'delete-selection 'supersede)
(defun python-indent-region (start end)
"Indent a python region automagically.