projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2888a2e
)
Delete blank lines at the start of the cited text in message-indent-citation
author
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 26 Aug 2022 10:30:30 +0000
(12:30 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 26 Aug 2022 10:30:37 +0000
(12:30 +0200)
* lisp/gnus/message.el (message-indent-citation): Fix thinko in
the fix for the previous thinko.
lisp/gnus/message.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/message.el
b/lisp/gnus/message.el
index b98e623db805b525331d9552631f8d6d995ad9a9..49a04f601f841ebad16e11544f68c4c6ae705739 100644
(file)
--- a/
lisp/gnus/message.el
+++ b/
lisp/gnus/message.el
@@
-3928,8
+3928,7
@@
However, if `message-yank-prefix' is non-nil, insert that prefix on each line."
(if all-removed
(goto-char start)
(forward-line 1))))
- ;; Delete blank lines at the start of the buffer.
- (goto-char (point-min))
+ ;; Delete blank lines at the start of the cited text.
(while (and (eolp) (not (eobp)))
(delete-line))
;; Delete blank lines at the end of the buffer.