Mercurial > emacs
changeset 1033:230459774744
entered into RCS
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 25 Aug 1992 01:57:37 +0000 |
parents | 82e5f56edf0e |
children | 5cc1bd18edf7 |
files | lisp/mail/rnewspost.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rnewspost.el Mon Aug 24 22:07:53 1992 +0000 +++ b/lisp/mail/rnewspost.el Tue Aug 25 01:57:37 1992 +0000 @@ -203,7 +203,7 @@ (mail-archive-file-name nil)) (mail-setup to subject in-reply-to nil replybuffer nil) (beginning-of-line) - (kill-line 1) + (delete-region (point) (progn (forward-line 1) (point))) (goto-char (point-max))) (mail-setup to subject in-reply-to nil replybuffer nil)) ;;;(mail-position-on-field "Posting-Front-End")