summaryrefslogtreecommitdiff
path: root/lisp/mail/undigest.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1992-05-30 20:24:49 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1992-05-30 20:24:49 +0000
commit4bd4e566ab12d9e731b0eef172f882c81b59a537 (patch)
treecd801a89b36ea84036e3e5bab920436f3a2f41e7 /lisp/mail/undigest.el
parentfc0a18c1c07916a6d166a21a217ce46477c1101c (diff)
downloademacs-4bd4e566ab12d9e731b0eef172f882c81b59a537.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/mail/undigest.el')
-rw-r--r--lisp/mail/undigest.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/mail/undigest.el b/lisp/mail/undigest.el
index 583251e990f..5b80fbf8e2e 100644
--- a/lisp/mail/undigest.el
+++ b/lisp/mail/undigest.el
@@ -1,4 +1,5 @@
-;; "RMAIL" mail reader for Emacs.
+;;; undigest.el --- digest-cracking support for the RMAIL mail reader
+
;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
@@ -103,3 +104,4 @@ Leaves original message, deleted, before the undigestified messages."
(delete-region (point-min) (point-max))
(rmail-show-message rmail-current-message))))))
+;;; undigest.el ends here