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 /lisp/progmodes/python.el | |
| parent | 0273adca6b75932e731f1e042c347e35bff93f71 (diff) | |
| download | emacs-0fea1d10293b4c6d35c1e55b68cd26e91445213c.tar.gz emacs-0fea1d10293b4c6d35c1e55b68cd26e91445213c.zip | |
(python-mode): Fix typo.
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |