summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2006-04-19 06:37:31 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2006-04-19 06:37:31 +0000
commit0fea1d10293b4c6d35c1e55b68cd26e91445213c (patch)
tree59875ab5bf207dcf71149fcbc031724336f82f5a /lisp
parent0273adca6b75932e731f1e042c347e35bff93f71 (diff)
downloademacs-0fea1d10293b4c6d35c1e55b68cd26e91445213c.tar.gz
emacs-0fea1d10293b4c6d35c1e55b68cd26e91445213c.tar.bz2
emacs-0fea1d10293b4c6d35c1e55b68cd26e91445213c.zip
(python-mode): Fix typo.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/progmodes/python.el2
2 files changed, 5 insertions, 1 deletions
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 <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
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