Function: erc--get-ignore-timer-args
erc--get-ignore-timer-args is a byte-compiled function defined in
erc.el.gz.
Signature
(erc--get-ignore-timer-args INST)
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defun erc--get-ignore-timer-args (inst)
;; The `cl-struct' `pcase' pattern and `cl-struct-slot-value' emit
;; warnings when compiling because `timer' is un-`:named'.
(when (and (timerp inst)
(eq (aref inst (cl-struct-slot-offset 'timer 'function))
'erc--unignore-user))
(aref inst (cl-struct-slot-offset 'timer 'args))))