Mercurial > emacs
changeset 24622:787f4cefd148
(mail-sent-via): Use copy-marker not make-marker.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 26 Apr 1999 04:33:56 +0000 |
parents | 54ef2ebc8494 |
children | a79624ba3e74 |
files | lisp/mail/sendmail.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/sendmail.el Mon Apr 26 04:13:01 1999 +0000 +++ b/lisp/mail/sendmail.el Mon Apr 26 04:33:56 1999 +0000 @@ -1058,7 +1058,7 @@ (interactive) (save-excursion ;; put a marker at the end of the header - (let ((end (make-marker (mail-header-end))) + (let ((end (copy-marker (mail-header-end))) (case-fold-search t) to-line) (goto-char (point-min))