From 02c66f38bb0249f26e23061370993ffed9ed052e Mon Sep 17 00:00:00 2001 From: Andrew G Cohen Date: Thu, 4 May 2017 14:34:42 +0800 Subject: [PATCH] Remove obsolete variable nnselect-summary-line-format * lisp/gnus/nnselect.el (nnselect-summary-line-format): This variable is no longer needed. --- lisp/gnus/nnselect.el | 15 --------------- 1 file changed, 15 deletions(-) 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'. -- 2.39.5