]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove obsolete variable nnselect-summary-line-format
authorAndrew G Cohen <cohen@andy.bu.edu>
Thu, 4 May 2017 06:34:42 +0000 (14:34 +0800)
committerAndrew G Cohen <cohen@andy.bu.edu>
Thu, 4 May 2017 06:34:42 +0000 (14:34 +0800)
* lisp/gnus/nnselect.el (nnselect-summary-line-format): This variable
is no longer needed.

lisp/gnus/nnselect.el

index fbe395c8c8f6438d92a60a645c6a66ad7f343543..44975282719d57428365d9016c7d3f513f4bf461 100644 (file)
@@ -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'.