emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] feature/gnus-select 02c66f3: Remove obsolete variable nnse


From: Andrew G Cohen
Subject: [Emacs-diffs] feature/gnus-select 02c66f3: Remove obsolete variable nnselect-summary-line-format
Date: Thu, 4 May 2017 02:36:28 -0400 (EDT)

branch: feature/gnus-select
commit 02c66f38bb0249f26e23061370993ffed9ed052e
Author: Andrew G Cohen <address@hidden>
Commit: Andrew G Cohen <address@hidden>

    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 fbe395c..4497528 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'.



reply via email to

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