diff options
author | Miles Bader <miles@gnu.org> | 2007-10-09 08:55:58 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2007-10-09 08:55:58 +0000 |
commit | 4b70e299ef66906fd285198003c72a1439d1f252 (patch) | |
tree | 6acb886b895a5fd7d148aafe670ff9dab02ff7b3 /lisp/gnus/gnus.el | |
parent | 80025c1c5f9a536a1a825aa16b5982688d8fd7b0 (diff) | |
download | emacs-4b70e299ef66906fd285198003c72a1439d1f252.tar.gz |
Merge from gnus--rel--5.10
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-115
Diffstat (limited to 'lisp/gnus/gnus.el')
-rw-r--r-- | lisp/gnus/gnus.el | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index 3f75bba6d1c..0e8e9908cf4 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el @@ -1501,17 +1501,6 @@ If it is nil, no confirmation is required." :type '(choice (const :tag "No limit" nil) integer)) -(defcustom gnus-maximum-newsgroup nil - "The maximum number of articles a newsgroup. -If this is a number, old articles in a newsgroup exceeding this number -are silently ignored. If it is nil, no article is ignored. Note that -setting this variable to a number might prevent you from reading very -old articles." - :group 'gnus-group-select - :version "22.2" - :type '(choice (const :tag "No limit" nil) - integer)) - (defcustom gnus-use-long-file-name (not (memq system-type '(usg-unix-v xenix))) "*Non-nil means that the default name of a file to save articles in is the group name. If it's nil, the directory form of the group name is used instead. |