From 3ec353b132aa6c89545acdc0d9ce32349b72e71d Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sun, 6 Sep 1998 14:09:31 +0000 Subject: [PATCH] (mail-hist-current-header-contents): Fix previous change: use mail-header-end. --- lisp/mail/mail-hist.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." (mail-hist-beginning-of-header) (let ((start (point))) (or (mail-hist-forward-header 1) - (goto-char (mail-text-start))) + (goto-char (mail-header-end))) (beginning-of-line) (buffer-substring start (1- (point)))))) -- 2.39.2