emacs: Fix email/news quoting.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 16 Mar 2009 15:47:36 +0000 (15:47 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 16 Mar 2009 15:53:02 +0000 (15:53 +0000)
commit728fe976456052c7d8b8a57367c135ab7182f0b3
treea8ab470a46b4d2147c0b94f88256ffbef2cb8eab
parent037be6ded1d24fbf9db7c539371209b95db38c10
emacs: Fix email/news quoting.

The Message mode's default quoting is `> ' except for blank and quoted
lines, which get `>'.  This is right for blank lines (avoids trailing
spaces), but is wrong for quoted lines.  So, hacketty hack, we fix it to
use `> ' for everything and trim off trailing spaces manually.
emacs