aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/progmodes/python.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e8332a701a8..5eac93fa444 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12012-06-19 Glenn Morris <rgm@gnu.org>
2
3 * progmodes/python.el (python-mode): Derive from prog-mode.
4
12012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com> 52012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
2 6
3 * emulation/edt.el (edt-default-menu-bar-update-buffers) 7 * emulation/edt.el (edt-default-menu-bar-update-buffers)
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}