(python-mode): Fix typo.

This commit is contained in:
Dan Nicolaescu 2006-04-19 06:37:31 +00:00
parent 0273adca6b
commit 0fea1d1029
2 changed files with 5 additions and 1 deletions

View 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

View 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