changeset 37587:d9239fc54bce

(rmail-edit): New Custom group.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 07 May 2001 09:58:38 +0000
parents c4354368031e
children 9adbbd869684
files lisp/mail/rmail.el
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmail.el	Sun May 06 16:32:53 2001 +0000
+++ b/lisp/mail/rmail.el	Mon May 07 09:58:38 2001 +0000
@@ -83,6 +83,11 @@
   :prefix "rmail-"
   :group 'rmail)
 
+(defgroup rmail-edit nil
+  "Rmail editing."
+  :prefix "rmail-edit-"
+  :group 'rmail)
+
 
 (defcustom rmail-movemail-program nil
   "If non-nil, name of program for fetching new mail."