Variable: erc-frame-dedicated-flag

erc-frame-dedicated-flag is a customizable variable defined in erc.el.gz.

Value

nil

Documentation

Non-nil means the erc frames are dedicated to that buffer.

This only has effect when erc-join-buffer is set to frame.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-frame-dedicated-flag nil
  "Non-nil means the erc frames are dedicated to that buffer.
This only has effect when `erc-join-buffer' is set to `frame'."
  :group 'erc-buffers
  :type 'boolean)