Mercurial > emacs
diff lisp/mail/rnewspost.el @ 658:7cbd4fcd8b0f
*** empty log message ***
author | Eric S. Raymond <esr@snark.thyrsus.com> |
---|---|
date | Sat, 30 May 1992 21:11:25 +0000 |
parents | 63b375f17a65 |
children | 4f28bd14272c |
line wrap: on
line diff
--- a/lisp/mail/rnewspost.el Sat May 30 20:24:49 1992 +0000 +++ b/lisp/mail/rnewspost.el Sat May 30 21:11:25 1992 +0000 @@ -1,4 +1,5 @@ -;;; USENET news poster/mailer for GNU Emacs +;;; rnewspost.el --- USENET news poster/mailer for GNU Emacs + ;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -388,3 +389,5 @@ original message into it." (interactive) (mail-other-window nil nil nil nil nil (current-buffer))) + +;;; rnewspost.el ends here