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

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 21:11:25 +0000
parents d04df545062f
children 4f28bd14272c
line wrap: on
line diff
--- a/lisp/mail/rmailedit.el	Sat May 30 20:24:49 1992 +0000
+++ b/lisp/mail/rmailedit.el	Sat May 30 21:11:25 1992 +0000
@@ -1,4 +1,5 @@
-;; "RMAIL edit mode"  Edit the current message.
+;;; rmailedit.el --- "RMAIL edit mode"  Edit the current message.
+
 ;; Copyright (C) 1985 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -103,3 +104,4 @@
   (insert rmail-old-text)
   (rmail-cease-edit))
 
+;;; rmailedit.el ends here