From: Andrew G Cohen Date: Thu, 4 May 2017 06:34:42 +0000 (+0800) Subject: Remove obsolete variable nnselect-summary-line-format X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=02c66f38bb0249f26e23061370993ffed9ed052e;p=emacs.git Remove obsolete variable nnselect-summary-line-format * lisp/gnus/nnselect.el (nnselect-summary-line-format): This variable is no longer needed. --- diff --git a/lisp/gnus/nnselect.el b/lisp/gnus/nnselect.el index fbe395c8c8f..44975282719 100644 --- a/lisp/gnus/nnselect.el +++ b/lisp/gnus/nnselect.el @@ -168,21 +168,6 @@ as `(keyfunc member)' and the corresponding element is just "Virtual groups in Gnus with arbitrary selection methods." :group 'gnus) -(defcustom nnselect-summary-line-format nil - "The format specification of the lines in an nnselect summary buffer. - -All the items from `gnus-summary-line-format' are available, along -with three items unique to nnselect summary buffers: - -%Z Retrieval score value (integer) -%G Article original full group name (string) -%g Article original short group name (string) - -If nil this will use `gnus-summary-line-format'." - :version "24.1" - :type '(string) - :group 'nnselect) - (defcustom nnselect-retrieve-headers-override-function nil "A function that retrieves article headers for ARTICLES from GROUP. The retrieved headers should populate the `nntp-server-buffer'.