(python-mode): Fix typo.
This commit is contained in:
parent
0273adca6b
commit
0fea1d1029
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue