diff options
| -rw-r--r-- | lisp/progmodes/python.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index abe92dd43dd..26b13afe2ed 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -658,6 +658,7 @@ point is not in between the indentation." | |||
| 658 | (interactive "*p") | 658 | (interactive "*p") |
| 659 | (when (not (python-indent-dedent-line)) | 659 | (when (not (python-indent-dedent-line)) |
| 660 | (backward-delete-char-untabify arg))) | 660 | (backward-delete-char-untabify arg))) |
| 661 | (put 'python-indent-dedent-line-backspace 'delete-selection 'supersede) | ||
| 661 | 662 | ||
| 662 | (defun python-indent-region (start end) | 663 | (defun python-indent-region (start end) |
| 663 | "Indent a python region automagically. | 664 | "Indent a python region automagically. |