Mercurial > emacs
changeset 23194:d9b783c53049
(mail-hist-current-header-contents):
Fix previous change: use mail-header-end.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Sun, 06 Sep 1998 14:09:31 +0000 |
parents | c12a3c0be4ee |
children | 85a5c1e86785 |
files | lisp/mail/mail-hist.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/mail-hist.el Sun Sep 06 13:57:32 1998 +0000 +++ b/lisp/mail/mail-hist.el Sun Sep 06 14:09:31 1998 +0000 @@ -172,7 +172,7 @@ (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))))))