X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fgnus.el;h=c8779c9192a4b21c0afe205fbd6961eccd01eb11;hb=5df93a963e4bdf16117d251fc00c033201a9133a;hp=2bca1cf05b79f0d90d4a6a647e727c77d97e897d;hpb=ece5869ff8aaa59a2b906f21c7fbb1a402d6a073;p=gnus diff --git a/lisp/gnus.el b/lisp/gnus.el index 2bca1cf05..c8779c919 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -1394,13 +1394,6 @@ non-numeric prefix - `C-u M-x gnus', in short." :type '(repeat string)) (make-obsolete-variable 'gnus-secondary-servers 'gnus-select-method "24.1") -(defcustom gnus-nntp-server nil - "The name of the host running the NNTP server." - :group 'gnus-server - :type '(choice (const :tag "disable" nil) - string)) -(make-obsolete-variable 'gnus-nntp-server 'gnus-select-method "24.1") - (defcustom gnus-secondary-select-methods nil "A list of secondary methods that will be used for reading news. This is a list where each element is a complete select method (see @@ -3588,7 +3581,7 @@ that that variable is buffer-local to the summary buffers." (equal (nth 1 m1) (nth 1 m2))))))) (defsubst gnus-sloppily-equal-method-parameters (m1 m2) - ;; Check parameters for sloppy equalness. + ;; Check parameters for sloppy equality. (let ((p1 (copy-sequence (cddr m1))) (p2 (copy-sequence (cddr m2))) e1 e2)