summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/gnus/message.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el
index f51f5c0dd0d..d460f9bd922 100644
--- a/lisp/gnus/message.el
+++ b/lisp/gnus/message.el
@@ -3577,7 +3577,7 @@ Prefix arg means justify as well."
;; case, the trailing space is commonly not present, so look
;; around for other lines that have some data.
(when (looking-at-p "\n")
- (let ((regexp (concat "^" message-cite-prefix-regexp ".")))
+ (let ((regexp (concat "^" message-cite-prefix-regexp "[ \t]")))
(when (or (re-search-backward regexp nil t)
(re-search-forward regexp nil t))
(goto-char (1- (match-end 0))))))