aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnusmail.el
diff options
context:
space:
mode:
authorEric S. Raymond <[email protected]>1992-05-30 23:12:08 +0000
committerEric S. Raymond <[email protected]>1992-05-30 23:12:08 +0000
commit1a06eabd17a8eff0635bc7058349f7c22057864c (patch)
tree851c3b4adf9217f7ad5d4e6fdc24c8e0efbaa186 /lisp/gnusmail.el
parent6594deb0dcec8f1a663fc47b0588a7b4c935a6c5 (diff)
*** empty log message ***
Diffstat (limited to 'lisp/gnusmail.el')
-rw-r--r--lisp/gnusmail.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/gnusmail.el b/lisp/gnusmail.el
index ad09ee9819..8ac0b06f02 100644
--- a/lisp/gnusmail.el
+++ b/lisp/gnusmail.el
@@ -1,4 +1,5 @@
-;;; Mail reply commands for GNUS newsreader
+;;; gnusmail.el --- mail reply commands for GNUS newsreader
+
;; Copyright (C) 1990 Masanobu UMEDA
;; $Header: gnusmail.el,v 1.1 90/03/23 13:24:39 umerin Locked $
@@ -147,3 +148,5 @@ The command \\[mh-yank-cur-msg] yanks the original message into current buffer."
(setq mh-sent-from-msg 1)))
(provide 'gnusmail)
+
+;;; gnusmail.el ends here