Mercurial > emacs
comparison lisp/ChangeLog @ 72461:2fee33a062da
Remove * in defcustom docstrings.
(run-python, python-proc, python-try-complete): Use derived-mode-p.
(python-mode): Set tab-width and indent-tabs-mode.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 20 Aug 2006 18:14:50 +0000 |
parents | 2657308de2f6 |
children | 5e47ca87ee3c |
comparison
equal
deleted
inserted
replaced
72460:dd4d02e66de4 | 72461:2fee33a062da |
---|---|
1 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * progmodes/python.el: Remove * in defcustom docstrings. | |
4 (run-python, python-proc, python-try-complete): Use derived-mode-p. | |
5 (python-mode): Set tab-width and indent-tabs-mode. | |
6 | |
1 2006-08-20 Dave Love <fx@gnu.org> | 7 2006-08-20 Dave Love <fx@gnu.org> |
2 | 8 |
3 * progmodes/python.el: Update to Dave Love's latest version. | 9 * progmodes/python.el: Update to Dave Love's latest version. |
4 (python-font-lock-keywords, python-mode): Don't use | 10 (python-font-lock-keywords, python-mode): Don't use |
5 font-lock-syntax-table, but match symbol elements explicitly instead. | 11 font-lock-syntax-table, but match symbol elements explicitly instead. |