diff lisp/mail/mailpost.el @ 659:505130d1ddf8

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 22:12:04 +0000
parents d1d8765cc35e
children 3587b3dfac25
line wrap: on
line diff
--- a/lisp/mail/mailpost.el	Sat May 30 21:11:25 1992 +0000
+++ b/lisp/mail/mailpost.el	Sat May 30 22:12:04 1992 +0000
@@ -1,6 +1,5 @@
-;;
-;; P O S T . E L
-;;
+;;; post.el --- RMAIL coupler to /usr/uci/post mailer
+
 ;; Yet another mail interface.  this for the rmail system to provide
 ;;  the missing sendmail interface on systems without /usr/lib/sendmail,
 ;;   but with /usr/uci/post.
@@ -90,3 +89,5 @@
       (kill-buffer tembuf)
       (if (bufferp errbuf)
 	  (switch-to-buffer errbuf)))))
+
+;;; mailpost.el ends here