changeset 70112:15278e681be3

(python-mode): Fix typo.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 19 Apr 2006 06:37:31 +0000
parents 9f68cc95e2da
children ac1dd9b38f12 2d2f6f096f6e
files lisp/ChangeLog lisp/progmodes/python.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Apr 19 06:29:47 2006 +0000
+++ b/lisp/ChangeLog	Wed Apr 19 06:37:31 2006 +0000
@@ -1,3 +1,7 @@
+2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
+
+	* progmodes/python.el (python-mode): Fix typo.
+
 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
 
 	* comint.el (comint-previous-input): Don't clobber input line
--- a/lisp/progmodes/python.el	Wed Apr 19 06:29:47 2006 +0000
+++ b/lisp/progmodes/python.el	Wed Apr 19 06:37:31 2006 +0000
@@ -1744,7 +1744,7 @@
        #'python-eldoc-function)
   (add-hook 'eldoc-mode-hook
 	    '(lambda () (run-python nil t)) nil t) ; need it running
-  (unless (assoc 'pyhon-mode hs-special-modes-alist)
+  (unless (assoc 'python-mode hs-special-modes-alist)
     (setq 
      hs-special-modes-alist 
      (cons (list