commit | 16e3cf535b479c00875f33df2cfffbce6d2dd4d2 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Sun Oct 24 23:45:42 2004 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Sun Oct 24 23:45:42 2004 +0000 |
tree | 4db109ce1f5ffcaf04e8815dde0f28354dd3f320 | |
parent | 2ef7e6c8f24856aacc15bd9dc51a7ee2081547b3 [diff] |
format_paragraph_event(): Patch 961387 introduced a bug here, causing the indentation of a comment block to be ignored when reformatting the block, leading to overly long reformatted lines (too wide by an amount equal to the indentation width). Looks like a typo in the original patch, a 1-character repair.