Variable: erc-truncate-buffer-on-save

erc-truncate-buffer-on-save is a customizable variable defined in erc-log.el.gz.

This variable is obsolete since 30.1; maybe see command erc-cmd-CLEAR

Value

nil

Documentation

Erase the contents of any ERC (channel, query, server) buffer when it is saved.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-log.el.gz
(defcustom erc-truncate-buffer-on-save nil
  "Erase the contents of any ERC (channel, query, server) buffer when it is saved."
  :type 'boolean)