--- ../lisp.cvs_ref/gnus.el Sat Mar 6 00:05:56 2004 +++ gnus.el Wed Mar 10 12:40:31 2004 @@ -3506,10 +3506,10 @@ (defsubst gnus-secondary-method-p (method) "Return whether METHOD is a secondary select method." (let ((methods gnus-secondary-select-methods) - (gmethod (inline (gnus-server-get-method nil method)))) + (gmethod (gnus-server-get-method nil method))) (while (and methods (not (gnus-method-equal - (inline (gnus-server-get-method nil (car methods))) + (gnus-server-get-method nil (car methods)) gmethod))) (setq methods (cdr methods))) methods))