summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/python-mode.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/python-mode.el b/Misc/python-mode.el
index 0bdcfa1..9004a96 100644
--- a/Misc/python-mode.el
+++ b/Misc/python-mode.el
@@ -483,9 +483,6 @@ Currently-active file is at the head of the list.")
;; information
(define-key py-mode-map "\C-c\C-b" 'py-submit-bug-report)
(define-key py-mode-map "\C-c\C-v" 'py-version)
- ;; py-newline-and-indent mappings
- (define-key py-mode-map "\n" 'py-newline-and-indent)
- (define-key py-mode-map "\C-m" 'py-newline-and-indent)
;; shadow global bindings for newline-and-indent w/ the py- version.
;; BAW - this is extremely bad form, but I'm not going to change it
;; for now.