]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/progmodes/python.el (python-mode): Derive from prog-mode.
authorGlenn Morris <rgm@gnu.org>
Tue, 19 Jun 2012 16:04:47 +0000 (09:04 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 19 Jun 2012 16:04:47 +0000 (09:04 -0700)
lisp/ChangeLog
lisp/progmodes/python.el

index e8332a701a82576a7e4cd37de157a3b4610d0f65..5eac93fa4445843047493c27b4133c1dcbb5643d 100644 (file)
@@ -1,3 +1,7 @@
+2012-06-19  Glenn Morris  <rgm@gnu.org>
+
+       * progmodes/python.el (python-mode): Derive from prog-mode.
+
 2012-06-19  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
 
        * emulation/edt.el (edt-default-menu-bar-update-buffers)
index 8844480a95fd908a9b8d29b1c763e9cc7abba768..a43dc1eb1d3d68350d93b17cec7773cfa8119acb 100644 (file)
@@ -2802,7 +2802,7 @@ Optional argument DIRECTION defines the direction to move to."
 
 \f
 ;;;###autoload
-(define-derived-mode python-mode fundamental-mode "Python"
+(define-derived-mode python-mode prog-mode "Python"
   "Major mode for editing Python files.
 
 \\{python-mode-map}