]> git.eshelyaron.com Git - emacs.git/commitdiff
(python-mode): Fix typo.
authorDan Nicolaescu <dann@ics.uci.edu>
Wed, 19 Apr 2006 06:37:31 +0000 (06:37 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Wed, 19 Apr 2006 06:37:31 +0000 (06:37 +0000)
lisp/ChangeLog
lisp/progmodes/python.el

index b445532262c7a72c44df8c39c4f514babfad57e0..22690ba26949f9c062e9287d7f9c6ce9829f1347 100644 (file)
@@ -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
index 8ae94df5ea37301dd88c7d5c51d1b5a44dfa8da3..5e645535a2381c75a2d22d6561fb1083b8be06be 100644 (file)
@@ -1744,7 +1744,7 @@ lines count as headers.
        #'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