diff lisp/mail/rfc822.el @ 658:7cbd4fcd8b0f

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 21:11:25 +0000
parents 4cd7543be581
children 71d052f72ac1
line wrap: on
line diff
--- a/lisp/mail/rfc822.el	Sat May 30 20:24:49 1992 +0000
+++ b/lisp/mail/rfc822.el	Sat May 30 21:11:25 1992 +0000
@@ -1,4 +1,5 @@
-;; Hairy rfc822 parser for mail and news and suchlike
+;;; rfc822.el --- hairy rfc822 parser for mail and news and suchlike
+
 ;; Copyright (C) 1986-1990 Free Software Foundation, Inc.
 ;; Author Richard Mlynarik.
 
@@ -304,3 +305,4 @@
 
 (provide 'rfc822)
 
+;;; rfc822.el ends here