message: fix indent citation
authorŁukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
Tue, 20 Sep 2011 21:12:20 +0000 (23:12 +0200)
committerJulien Danjou <julien@danjou.info>
Tue, 20 Sep 2011 21:12:53 +0000 (23:12 +0200)
commit1b53ab636f0852054bc27624f086bb524f71667f
tree9af46b3ce94f6db20bf43dff775c8a0e9f20d12d
parent94946a475f811199022b55efe3ba26302c17b1a4
message: fix indent citation

There is a very little problem with the current implementation of
message-indent-citation function. In a signature like mine, with an empty
line in the middle, the empty line gets removed. The following patch fixes
the problem.

The "(unless (eolp)..." expression is pointless right after (goto-char
(point-max)).

Signed-off-by: Julien Danjou <julien@danjou.info>
lisp/ChangeLog
lisp/message.el