Variable: erc-button--prev-next-predicate-functions

erc-button--prev-next-predicate-functions is a variable defined in erc-button.el.gz.

Value

(erc-button--end-of-button-p)

Documentation

Abnormal hook whose members can return non-nil to continue searching.

Otherwise, if all members return nil, point will stay at the current button. Called with a single arg, a buffer position greater than point-min with a text property of erc-callback.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-button.el.gz
(defvar erc-button--prev-next-predicate-functions
  '(erc-button--end-of-button-p)
  "Abnormal hook whose members can return non-nil to continue searching.
Otherwise, if all members return nil, point will stay at the
current button.  Called with a single arg, a buffer position
greater than `point-min' with a text property of `erc-callback'.")