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:
parent
954aa7bdb8
commit
183f9296f1
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue