Mercurial > emacs
changeset 22201:40b715281ea5
(rmail-default-body-file): New variable.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 23 May 1998 20:08:19 +0000 |
parents | a0d60a6c87da |
children | cca4f78e5e2a |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmail.el Sat May 23 20:05:36 1998 +0000 +++ b/lisp/mail/rmail.el Sat May 23 20:08:19 1998 +0000 @@ -321,6 +321,11 @@ "*Default file name for \\[rmail-output-to-rmail-file]." :type 'file :group 'rmail-files) +(defcustom rmail-default-body-file "~/mailout" + "*Default file name for \\[rmail-output-body-to-file]." + :type 'file + :group 'rmail-files + :version "20.3") ;; Mule and MIME related variables.