aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorGlenn Morris2012-06-19 09:04:47 -0700
committerGlenn Morris2012-06-19 09:04:47 -0700
commit68f12411893785de1cfc2c24ec36059e49af5d55 (patch)
tree27e670b483c258dd91b5d9d75dbe57d0c7551f76 /lisp/progmodes/python.el
parentb382031894a7b3ade1d9f9e28249e9262f12e54f (diff)
downloademacs-68f12411893785de1cfc2c24ec36059e49af5d55.tar.gz
emacs-68f12411893785de1cfc2c24ec36059e49af5d55.zip
* lisp/progmodes/python.el (python-mode): Derive from prog-mode.
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 8844480a95f..a43dc1eb1d3 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -2802,7 +2802,7 @@ Optional argument DIRECTION defines the direction to move to."
2802 2802
2803 2803
2804;;;###autoload 2804;;;###autoload
2805(define-derived-mode python-mode fundamental-mode "Python" 2805(define-derived-mode python-mode prog-mode "Python"
2806 "Major mode for editing Python files. 2806 "Major mode for editing Python files.
2807 2807
2808\\{python-mode-map} 2808\\{python-mode-map}