diff options
| author | Dan Nicolaescu | 2006-04-19 06:37:31 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2006-04-19 06:37:31 +0000 |
| commit | 0fea1d10293b4c6d35c1e55b68cd26e91445213c (patch) | |
| tree | 59875ab5bf207dcf71149fcbc031724336f82f5a | |
| parent | 0273adca6b75932e731f1e042c347e35bff93f71 (diff) | |
| download | emacs-0fea1d10293b4c6d35c1e55b68cd26e91445213c.tar.gz emacs-0fea1d10293b4c6d35c1e55b68cd26e91445213c.zip | |
(python-mode): Fix typo.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/progmodes/python.el | 2 |
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 @@ | |||
| 1 | 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * progmodes/python.el (python-mode): Fix typo. | ||
| 4 | |||
| 1 | 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu> | 5 | 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu> |
| 2 | 6 | ||
| 3 | * comint.el (comint-previous-input): Don't clobber input line | 7 | * 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. | |||
| 1744 | #'python-eldoc-function) | 1744 | #'python-eldoc-function) |
| 1745 | (add-hook 'eldoc-mode-hook | 1745 | (add-hook 'eldoc-mode-hook |
| 1746 | '(lambda () (run-python nil t)) nil t) ; need it running | 1746 | '(lambda () (run-python nil t)) nil t) ; need it running |
| 1747 | (unless (assoc 'pyhon-mode hs-special-modes-alist) | 1747 | (unless (assoc 'python-mode hs-special-modes-alist) |
| 1748 | (setq | 1748 | (setq |
| 1749 | hs-special-modes-alist | 1749 | hs-special-modes-alist |
| 1750 | (cons (list | 1750 | (cons (list |