]> git.eshelyaron.com Git - emacs.git/commitdiff
(mail-hist-current-header-contents):
authorKarl Heuer <kwzh@gnu.org>
Sun, 6 Sep 1998 14:09:31 +0000 (14:09 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sun, 6 Sep 1998 14:09:31 +0000 (14:09 +0000)
Fix previous change: use mail-header-end.

lisp/mail/mail-hist.el

index 4aceff7f408e6d20fde8a9fbacb06ed6721a8d75..8fc4be741c4561b4fa50bbfb5e2a4e592a1008b5 100644 (file)
@@ -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))))))