diff options
author | John Wiegley <johnw@newartisans.com> | 2006-10-22 20:39:36 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2006-10-22 20:39:36 +0000 |
commit | 7a338befad5fe10f592c0e432e7112dec8dd3d4c (patch) | |
tree | 0822ca2076b4835d5bc4ed5004dfdd47de46577f /lisp/ChangeLog | |
parent | 2967b4c9d788a3b240bd90c4aa8f8f3ff48209e4 (diff) | |
download | emacs-7a338befad5fe10f592c0e432e7112dec8dd3d4c.tar.gz |
2006-10-22 John Wiegley <johnw@newartisans.com>
* progmodes/python.el (python-use-skeletons): python-mode was
auto-inserting templates (for those with abbrev-mode on), not only
by default -- *but without a configuration variable to disable
it*. This rendered python-mode completely useless for me, so I
have added `python-use-skeletons', which is now off by default.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 25ed1f27bd9..9712ccc2176 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2006-10-22 John Wiegley <johnw@newartisans.com> + + * progmodes/python.el (python-use-skeletons): python-mode was + auto-inserting templates (for those with abbrev-mode on), not only + by default -- *but without a configuration variable to disable + it*. This rendered python-mode completely useless for me, so I + have added `python-use-skeletons', which is now off by default. + 2006-10-22 Chong Yidong <cyd@stupidchicken.com> * progmodes/cperl-mode.el (cperl-mode): Don't assume |