commit | a7891718e1293dc9afa1dacb77a59f1895611f75 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Thu Aug 01 15:53:09 1996 +0000 |
committer | Barry Warsaw <barry@python.org> | Thu Aug 01 15:53:09 1996 +0000 |
tree | d8c59a6a525dea9c145dd6f0027cc8a3cfb08356 | |
parent | e5b7b850f70aeaeb3946b39b141464f5ec78368e [diff] |
(py-mode): comment-start is now "# " so indent-for-comment does the right thing. (py-comment-region): let-bind comment-start to "## " so commented regions get transformed into non-indenting comment lines. (py-compute-region): Implement modification to rule for recognizing "indenting comment lines".