diff options
| -rw-r--r-- | lisp/mail/mail-hist.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/mail-hist.el b/lisp/mail/mail-hist.el index 4aceff7f408..8fc4be741c4 100644 --- a/lisp/mail/mail-hist.el +++ b/lisp/mail/mail-hist.el | |||
| @@ -172,7 +172,7 @@ colon, or just after the colon if it is not followed by whitespace." | |||
| 172 | (mail-hist-beginning-of-header) | 172 | (mail-hist-beginning-of-header) |
| 173 | (let ((start (point))) | 173 | (let ((start (point))) |
| 174 | (or (mail-hist-forward-header 1) | 174 | (or (mail-hist-forward-header 1) |
| 175 | (goto-char (mail-text-start))) | 175 | (goto-char (mail-header-end))) |
| 176 | (beginning-of-line) | 176 | (beginning-of-line) |
| 177 | (buffer-substring start (1- (point)))))) | 177 | (buffer-substring start (1- (point)))))) |
| 178 | 178 | ||