aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2006-08-20 18:14:50 +0000
committerStefan Monnier2006-08-20 18:14:50 +0000
commit65a16bef2356d8972743ecc03ca8bf922d8eddeb (patch)
tree81e42efb3b63e31c6c28e217c14f606ce407a935 /lisp/ChangeLog
parentc5b76d6cf7f35283aae93ef33b8dad1bdf13e085 (diff)
downloademacs-65a16bef2356d8972743ecc03ca8bf922d8eddeb.tar.gz
emacs-65a16bef2356d8972743ecc03ca8bf922d8eddeb.zip
Remove * in defcustom docstrings.
(run-python, python-proc, python-try-complete): Use derived-mode-p. (python-mode): Set tab-width and indent-tabs-mode.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 338b598be3f..dbc4b75d738 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12006-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
12006-08-20 Dave Love <fx@gnu.org> 72006-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.