[mew CVS 2004-04-16]
[emacs CVS 2004-05-30]
If I apply indent-region to this:
foo
bar
baz
I get this:
> foo
> bar
> baz
but I want this:
> foo
>
> bar
>
> baz
The documentation of comment-region says this:
Comment or uncomment each line in the region.
^^^^^^^^^
Is this a bug in emacs, or can this be easily changed within mew? How?
Werner