Function: gnus-info-make

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

Signature

(gnus-info-make GROUP RANK READ &optional MARKS METHOD PARAMS)

Documentation

Constructor for objects of type gnus-info.

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)