diff options
Diffstat (limited to 'lisp/mail/rmailsum.el')
-rw-r--r-- | lisp/mail/rmailsum.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index df01543f2d1..42cdbbb384f 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el @@ -131,7 +131,7 @@ SUBJECT is a string of regexps separated by commas." (defun rmail-message-subject-p (msg subject &optional whole-message) (save-restriction (goto-char (rmail-msgbeg msg)) - (search-forward "\n*** EOOH ***\n") + (search-forward "\n*** EOOH ***\n" (rmail-msgend msg) 'move) (narrow-to-region (point) (progn (search-forward (if whole-message "\^_" "\n\n")) (point))) |