Function: erc-button-next
erc-button-next is an interactive and byte-compiled function defined
in erc-button.el.gz.
Signature
(erc-button-next)
Documentation
Go to the next button in this buffer.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-button.el.gz
(defun erc-button-next ()
"Go to the next button in this buffer."
(interactive)
(let ((f (erc-button-next-function)))
(if f (funcall f))))