Variable: erc-log-insert-log-on-open
erc-log-insert-log-on-open is a customizable variable defined in
erc-log.el.gz.
Value
nil
Documentation
Insert log file contents into the buffer if a log file exists.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-log.el.gz
(defcustom erc-log-insert-log-on-open nil
"Insert log file contents into the buffer if a log file exists."
:type 'boolean)