commit | 742a5116d2cbf93e348489282d9c0984b2a0b08f | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Fri Mar 13 17:29:15 1998 +0000 |
committer | Barry Warsaw <barry@python.org> | Fri Mar 13 17:29:15 1998 +0000 |
tree | 86af22d82b6737f5371250356dbc052567cea649 | |
parent | fc16e78f3cf4dfe3ba2e43714a33478875ca68d9 [diff] |
(py-smart-indentation): New variable which controls the automagic setting of py-indent-offset and indent-tabs-mode. (python-mode): After python-mode-hook is run, do the automagic calculation if py-smart-indentation is non-nil. (py-parse-state): Get rid of unused variable to quiet the byte-compiler.