Variable: erc--refresh-prompt-continue-request

erc--refresh-prompt-continue-request is a variable defined in erc.el.gz.

Value

nil

Documentation

State flag for refreshing prompt in all buffers.

When the value is zero, functions assigned to the variable erc-prompt(var)/erc-prompt(fun) can set this to run erc--refresh-prompt-hook (1) or erc--refresh-prompt (2) in all buffers of the server.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defvar erc--refresh-prompt-continue-request nil
  "State flag for refreshing prompt in all buffers.
When the value is zero, functions assigned to the variable
`erc-prompt' can set this to run `erc--refresh-prompt-hook' (1)
or `erc--refresh-prompt' (2) in all buffers of the server.")