]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-edit): New Custom group.
authorGerd Moellmann <gerd@gnu.org>
Mon, 7 May 2001 09:58:38 +0000 (09:58 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 7 May 2001 09:58:38 +0000 (09:58 +0000)
lisp/mail/rmail.el

index 62ad4f6b27fc159020565226127a17b2917bc368..5b3e71294a29483cd9d16d4f908545e134a145e5 100644 (file)
   :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."