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

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 21:11:25 +0000
parents eca8812e61cd
children 4f28bd14272c
line wrap: on
line diff
--- a/lisp/mail/rmail.el	Sat May 30 20:24:49 1992 +0000
+++ b/lisp/mail/rmail.el	Sat May 30 21:11:25 1992 +0000
@@ -1,4 +1,5 @@
-;; "RMAIL" mail reader for Emacs.
+;;; rmail.el --- main code of "RMAIL" mail reader for Emacs.
+
 ;; Copyright (C) 1985, 1986, 1987, 1988, 1991, 1992 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -1611,3 +1612,4 @@
 
 (provide 'rmail)
 
+;;; rmail.el ends here