Commit fc8a01fc authored by Barry Warsaw's avatar Barry Warsaw

(py-delete-char): must have 'supersede value for 'delete-selection and

'pedning-delete properties.
parent 1b761a6e
......@@ -590,6 +590,10 @@ needed so that only a single column position is deleted."
(if base-found-p
(message "Closes block: %s" base-text)))))
;; required for pending-del and delsel modes
(put 'py-delete-char 'delete-selection 'supersede)
(put 'py-delete-char 'pending-delete 'supersede)
(defun py-indent-line ()
"Fix the indentation of the current line according to Python rules."
(interactive)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment