From: Dan Nicolaescu Date: Wed, 19 Apr 2006 06:37:31 +0000 (+0000) Subject: (python-mode): Fix typo. X-Git-Tag: emacs-pretest-22.0.90~3055 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0fea1d10293b4c6d35c1e55b68cd26e91445213c;p=emacs.git (python-mode): Fix typo. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b445532262c..22690ba2694 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 8ae94df5ea3..5e645535a23 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -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