From: Karl Heuer Date: Sun, 6 Sep 1998 14:09:31 +0000 (+0000) Subject: (mail-hist-current-header-contents): X-Git-Tag: emacs-20.4~1755 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3ec353b132aa6c89545acdc0d9ce32349b72e71d;p=emacs.git (mail-hist-current-header-contents): Fix previous change: use mail-header-end. --- 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))))))