Function: gnus-info-method

gnus-info-method is a byte-compiled function defined in gnus.el.gz.

Signature

(gnus-info-method gnus-info-method X)

Documentation

Access slot "method" of gnus-info struct X.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus.el.gz
;; Info access macros.

(cl-defstruct (gnus-info
               (:constructor gnus-info-make
                (group rank read &optional marks method params))
               (:constructor nil)
	       ;; FIXME: gnus-newsrc-alist contains a list of those,
               ;; so changing them to a real struct will take more work!
               (:type list))
  group rank read marks method params)