# HG changeset patch # User Dan Nicolaescu # Date 1145428651 0 # Node ID 15278e681be328301907f744b8b6a27d61f0c814 # Parent 9f68cc95e2dad3c56f1f38f1e4defcdbd529e529 (python-mode): Fix typo. diff -r 9f68cc95e2da -r 15278e681be3 lisp/ChangeLog --- 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 + + * progmodes/python.el (python-mode): Fix typo. + 2006-04-18 J.D. Smith * comint.el (comint-previous-input): Don't clobber input line diff -r 9f68cc95e2da -r 15278e681be3 lisp/progmodes/python.el --- 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