[gnus git] branch master updated: n0-17-314-g2c30ff7 =1= * message.el (message-indent-citation): Revert last change which made `F' not work.

Lars Magne Ingebrigtsen <[email protected]>
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  2c30ff7b72d3159f1b1707c249994d023160ebfe (commit)
      from  da609873e156b8991e02fb6d3fa3c8c74c29bced (commit)


- Log -----------------------------------------------------------------
commit 2c30ff7b72d3159f1b1707c249994d023160ebfe
Author: Lars Magne Ingebrigtsen <[email protected]>
Date:   Wed Sep 21 16:10:39 2011 +0200

    * message.el (message-indent-citation): Revert last change which made `F' not work.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e776c78..bdfa899 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2011-09-21  Lars Magne Ingebrigtsen  <[email protected]>
+
+	* message.el (message-indent-citation): Revert last change which made
+	`F' not work.
+
 2011-09-13  Kan-Ru Chen  <[email protected]>
 
 	* ecomplete.el (ecomplete-display-matches): Intercept key sequence from
diff --git a/lisp/message.el b/lisp/message.el
index 51c3864..0183b87 100644
--- a/lisp/message.el
+++ b/lisp/message.el
@@ -3723,9 +3723,10 @@ However, if `message-yank-prefix' is non-nil, insert that prefix on each line."
       (message-delete-line))
     ;; Delete blank lines at the end of the buffer.
     (goto-char (point-max))
-    (beginning-of-line)
-    (while (and (looking-at "$")
-		(zerop (forward-line -1)))
+    (unless (eolp)
+      (insert "\n"))
+    (while (and (zerop (forward-line -1))
+		(looking-at "$"))
       (message-delete-line)))
   ;; Do the indentation.
   (if (null message-yank-prefix)

-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.

Summary of changes:
 lisp/ChangeLog  |    5 +++++
 lisp/message.el |    7 ++++---
 2 files changed, 9 insertions(+), 3 deletions(-)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".

The branch, master has been updated


hooks/post-receive
-- 
Gnus Project
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.