From 8e0762cade0431a3586c9f60234a63df4117a16a Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 6 Dec 2012 20:57:43 -0800 Subject: Fix :type in previous (un)rmail change, use a better :group --- lisp/mail/unrmail.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lisp/mail/unrmail.el') diff --git a/lisp/mail/unrmail.el b/lisp/mail/unrmail.el index 23675d90713..fd7e49a65d5 100644 --- a/lisp/mail/unrmail.el +++ b/lisp/mail/unrmail.el @@ -56,10 +56,10 @@ or not. The `mxbord' format avoids this by also quoting \">From \" as \">>From \", and so on. For this reason, mboxrd is recommended. See also `rmail-mbox-format'." - :type '(choice (const 'mboxrd) - (const 'mboxro)) + :type '(choice (const mboxrd) + (const mboxro)) :version "24.4" - :group 'rmail) + :group 'rmail-files) ;;;###autoload (defun unrmail (file to-file) -- cgit v1.2.1