emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/gnus-mock 4d53dcf 22/27: * gnus-mock.el: Remove redunda


From: Stefan Monnier
Subject: [elpa] externals/gnus-mock 4d53dcf 22/27: * gnus-mock.el: Remove redundant :group args
Date: Tue, 1 Dec 2020 10:11:41 -0500 (EST)

branch: externals/gnus-mock
commit 4d53dcfef233b0b7f5a0411a7677dd194f9bcadc
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * gnus-mock.el: Remove redundant :group args
---
 gnus-mock.el | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/gnus-mock.el b/gnus-mock.el
index 55ba72f..dd4ed07 100644
--- a/gnus-mock.el
+++ b/gnus-mock.el
@@ -1,6 +1,6 @@
 ;;; gnus-mock.el --- Mock Gnus installation for testing  -*- lexical-binding: 
t; -*-
 
-;; Copyright (C) 2018  Free Software Foundation, Inc.
+;; Copyright (C) 2018-2019  Free Software Foundation, Inc.
 
 ;; Author: Eric Abrahamsen <eric@ericabrahamsen.net>
 ;; Maintainer: Eric Abrahamsen <eric@ericabrahamsen.net>
@@ -76,7 +76,6 @@
   "Path to an additional Gnus config file for mock Gnus.
 The contents of this file will be appended to gnus-mock's Gnus
 init file, which will be loaded when Gnus is started."
-  :group 'gnus-mock
   :type 'file)
 
 (defcustom gnus-mock-init-file nil
@@ -84,24 +83,20 @@ init file, which will be loaded when Gnus is started."
 The contents of this file will be appended to gnus-mock's init
 file, which will be loaded when the child Emacs process is
 started."
-  :group 'gnus-mock
   :type 'file)
 
 (defcustom gnus-mock-emacs-program "emacs"
   "Name of the Emacs executable to use for the mock session."
-  :group 'gnus-mock
   :type 'string)
 
 (defcustom gnus-mock-cleanup-p t
   "When non-nil, delete temporary files after shutdown.
 Each Gnus mock session will create a unique temporary directory,
 so multiple sessions will not conflict if this option is nil."
-  :group 'gnus-mock
   :type 'boolean)
 
 (defcustom gnus-mock-use-images t
   "When non-nil, use some cute Gnus-mock-specific images."
-  :group 'gnus-mock
   :type 'boolean)
 
 (defcustom gnus-mock-sendmail-program
@@ -110,7 +105,6 @@ so multiple sessions will not conflict if this option is 
nil."
        "windows-sendmail-wrapper.cmd"
       "fakesendmail.py"))
   "Program used as the value of `sendmail-program'."
-  :group 'gnus-mock
   :type 'string)
 
 (defcustom gnus-mock-dovecot-imap-program nil
@@ -122,7 +116,6 @@ dovecot.  This executable isn't on the PATH, but often 
lives at
 
 If nil, no nnimap server will be added to the Gnus mock
 installation."
-  :group 'gnus-mock
   :type 'string)
 
 (defconst gnus-mock-data-dir



reply via email to

[Prev in Thread] Current Thread [Next in Thread]